Share via


MockableContainerInstanceArmClient.GetContainerGroupProfileResource Method

Definition

Gets an object representing a ContainerGroupProfileResource 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 ContainerGroupProfileResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource GetContainerGroupProfileResource (Azure.Core.ResourceIdentifier id);
abstract member GetContainerGroupProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource
override this.GetContainerGroupProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource
Public Overridable Function GetContainerGroupProfileResource (id As ResourceIdentifier) As ContainerGroupProfileResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerGroupProfileResource object.

Applies to