Condividi tramite


IpGroupsOperationsExtensions.Get Method

Definition

Gets the specified ipGroups.

public static Microsoft.Azure.Management.Network.Models.IpGroup Get (this Microsoft.Azure.Management.Network.IIpGroupsOperations operations, string resourceGroupName, string ipGroupsName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IIpGroupsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.IpGroup
<Extension()>
Public Function Get (operations As IIpGroupsOperations, resourceGroupName As String, ipGroupsName As String, Optional expand As String = Nothing) As IpGroup

Parameters

operations
IIpGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

ipGroupsName
String

The name of the ipGroups.

expand
String

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

Returns

Applies to