Udostępnij za pośrednictwem


MockableNetworkArmClient.GetIpamPoolResource(ResourceIdentifier) Method

Definition

Gets an object representing an IpamPoolResource 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 an IpamPoolResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.IpamPoolResource GetIpamPoolResource (Azure.Core.ResourceIdentifier id);
abstract member GetIpamPoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.IpamPoolResource
override this.GetIpamPoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.IpamPoolResource
Public Overridable Function GetIpamPoolResource (id As ResourceIdentifier) As IpamPoolResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IpamPoolResource object.

Applies to