MockableNetworkArmClient.GetIPGroupResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IPGroupResource object.

Applies to