Partager via


IDefinition Interface

Définition

Intégralité de la définition de la passerelle de réseau local.

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithGroup, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithGroup>, 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 IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithIPAddress>
    interface IWithExistingResourceGroup<IWithIPAddress>
    interface IWithNewResourceGroup<IWithIPAddress>
    interface IWithCreatableResourceGroup<IWithIPAddress>
    interface IWithIPAddress
    interface IWithCreate
    interface ICreatable<ILocalNetworkGateway>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithAddressSpace
    interface IWithBgp
Public Interface IDefinition
Implements IBlank, ICreatable(Of ILocalNetworkGateway), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithIPAddress), IWithCreate, IWithExistingResourceGroup(Of IWithIPAddress), IWithGroup, IWithGroup(Of IWithIPAddress), IWithIPAddress, IWithNewResourceGroup(Of IWithIPAddress)
Implémente

Propriétés

Key

Intégralité de la définition de la passerelle de réseau local.

(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)
WithExistingResourceGroup(IResourceGroup)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithIPAddress(String)

Spécifie l’adresse IP de la passerelle de réseau local.

(Hérité de IWithIPAddress)
WithNewResourceGroup()

Intégralité de la définition de la passerelle de réseau local.

(Hérité de IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée.

(Hérité de IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Intégralité de la définition de la passerelle de réseau local.

(Hérité de IWithNewResourceGroup<T>)
WithRegion(Region)

Spécifie la région de la ressource.

(Hérité de IDefinitionWithRegion<T>)
WithRegion(String)

Spécifie la région de la ressource par son nom.

(Hérité de IDefinitionWithRegion<T>)
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 à