Partilhar via


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. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedClusterNamespaceResourceResourceIdentifier from its components.

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