Share via


MockableStandbyPoolArmClient.GetStandbyContainerGroupPoolResource Method

Definition

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

public virtual Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource GetStandbyContainerGroupPoolResource (Azure.Core.ResourceIdentifier id);
abstract member GetStandbyContainerGroupPoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource
override this.GetStandbyContainerGroupPoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource
Public Overridable Function GetStandbyContainerGroupPoolResource (id As ResourceIdentifier) As StandbyContainerGroupPoolResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StandbyContainerGroupPoolResource object.

Applies to