Partager via


IWithPublicIPAddress Interface

Définition

Étape de la mise à jour de la configuration IP de l’interface réseau permettant de spécifier l’adresse IP publique.

public interface IWithPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>
type IWithPublicIPAddress = interface
    interface IWithPublicIPAddress<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
Public Interface IWithPublicIPAddress
Implements IWithExistingPublicIPAddress(Of IUpdate), IWithNewPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPublicIPAddress(Of IUpdate)
Dérivé
Implémente

Méthodes

WithExistingPublicIPAddress(IPublicIPAddress)

Associe une adresse IP publique existante à la ressource.

(Hérité de IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associe une adresse IP publique existante à la ressource.

(Hérité de IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

Crée une adresse IP publique dans la même région et le même groupe que la ressource et l’associe à la ressource. Le nom interne et l’étiquette DNS de l’adresse IP publique sont dérivés du nom de la ressource.

(Hérité de IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

Crée une adresse IP publique à associer à la ressource.

(Hérité de IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(String)

Crée une adresse IP publique dans la même région et le même groupe que la ressource, avec l’étiquette DNS spécifiée et l’associe à la ressource. Le nom interne de l’adresse IP publique est dérivé de l’étiquette DNS.

(Hérité de IWithNewPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

Supprime la référence existante à une adresse IP publique.

(Hérité de IWithExistingPublicIPAddress<ReturnT>)

S’applique à