MockableContainerServiceArmClient.GetContainerServiceManagedClusterResource Method

Definition

Gets an object representing a ContainerServiceManagedClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ContainerServiceManagedClusterResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerServiceManagedClusterResource object.

Applies to