Partager via


CustomIPPrefixesOperationsExtensions.Get Méthode

Définition

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

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

Paramètres

operations
ICustomIPPrefixesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

customIpPrefixName
String

Nom du préfixe IP personnalisé.

expand
String

Développe les ressources référencées.

Retours

S’applique à