MockableNetworkArmClient.GetIPGroupResource(ResourceIdentifier) Method

Definition

Gets an object representing a IPGroupResource along with the instance operations that can be performed on it but with no data.

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