Partager via


IWithCreate Interface

Définition

Étape de la définition de la passerelle de réseau local qui contient toutes les entrées minimales requises pour la ressource à créer (via WithCreate.create()).

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithAddressSpace, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithBgp, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>
type IWithCreate = interface
    interface ICreatable<ILocalNetworkGateway>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithAddressSpace
    interface IWithBgp
Public Interface IWithCreate
Implements ICreatable(Of ILocalNetworkGateway), IDefinitionWithTags(Of IWithCreate), IWithAddressSpace, IWithBgp
Dérivé
Implémente

Propriétés

Key

Étape de la définition de la passerelle de réseau local qui contient toutes les entrées minimales requises pour la ressource à créer (via WithCreate.create()).

(Hérité de IIndexable)
Name

Obtient le nom de la ressource créatable.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
WithAddressSpace(String)

Ajoute de l’espace d’adressage. Remarque : l’effet de cette méthode est additif, c’est-à-dire qu’à chaque fois qu’elle est utilisée, un nouvel espace d’adressage est ajouté au réseau.

(Hérité de IWithAddressSpace)
WithBgp(Int64, String)

Active BGP.

(Hérité de IWithBgp)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)

S’applique à