NetworkCloudExtensions.GetNetworkCloudAgentPoolResource Method

Definition

Gets an object representing a NetworkCloudAgentPoolResource 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 NetworkCloudAgentPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNetworkCloudAgentPoolResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource GetNetworkCloudAgentPoolResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetNetworkCloudAgentPoolResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolResource
<Extension()>
Public Function GetNetworkCloudAgentPoolResource (client As ArmClient, id As ResourceIdentifier) As NetworkCloudAgentPoolResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkCloudAgentPoolResource object.

Exceptions

client is null.

Applies to