NetworkExtensions.GetIPGroup Method

Definition

Gets the specified ipGroups. <item> Mocking. To mock this method, please mock GetIPGroup(String, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Network.IPGroupResource> GetIPGroup(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ipGroupsName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIPGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IPGroupResource>
<Extension()>
Public Function GetIPGroup (resourceGroupResource As ResourceGroupResource, ipGroupsName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IPGroupResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

ipGroupsName
String

The name of the ipGroups.

expand
String

Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ipGroupsName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to