Freigeben über


MockableContainerServiceArmClient.GetManagedClusterNamespaceResource Method

Definition

Gets an object representing a ManagedClusterNamespaceResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource GetManagedClusterNamespaceResource(Azure.Core.ResourceIdentifier id);
abstract member GetManagedClusterNamespaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource
override this.GetManagedClusterNamespaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource
Public Overridable Function GetManagedClusterNamespaceResource (id As ResourceIdentifier) As ManagedClusterNamespaceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedClusterNamespaceResource object.

Applies to