Share via


PublicIPAddressesOperationsExtensions.Get Method

Definition

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

Parameters

resourceGroupName
String
publicIpAddressName
String
expand
String

Returns

Applies to