IDefinition Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La totalidad de la definición de puerta de enlace de red 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)
- Implementaciones
-
IBlank IWithAddressSpace IWithBgp IWithCreate IWithGroup IWithIPAddress IWithCreatableResourceGroup<IWithIPAddress> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithIPAddress> IWithExistingResourceGroup<T> IWithGroup<IWithIPAddress> IWithNewResourceGroup<IWithIPAddress> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<ILocalNetworkGateway> IIndexable
Propiedades
Key |
La totalidad de la definición de puerta de enlace de red local. (Heredado de IIndexable) |
Name |
Obtiene el nombre del recurso que se puede crear. (Heredado de ICreatable<T>) |
Métodos
Create() |
Ejecute la solicitud de creación. (Heredado de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles. (Heredado de ICreatable<T>) |
WithAddressSpace(String) |
Agrega espacio de direcciones. Nota: El efecto de este método es aditivo, es decir, cada vez que se usa, se agrega un nuevo espacio de direcciones a la red. (Heredado de IWithAddressSpace) |
WithBgp(Int64, String) |
Habilita BGP. (Heredado de IWithBgp) |
WithExistingResourceGroup(IResourceGroup) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Asocia el recurso a un grupo de recursos existente. (Heredado de IWithExistingResourceGroup<T>) |
WithIPAddress(String) |
Especifica la dirección IP de la puerta de enlace de red local. (Heredado de IWithIPAddress) |
WithNewResourceGroup() |
La totalidad de la definición de puerta de enlace de red local. (Heredado de IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Crea un nuevo grupo de recursos en el que colocar el recurso, en función de la definición especificada. (Heredado de IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
La totalidad de la definición de puerta de enlace de red local. (Heredado de IWithNewResourceGroup<T>) |
WithRegion(Region) |
Especifica la región del recurso. (Heredado de IDefinitionWithRegion<T>) |
WithRegion(String) |
Especifica la región del recurso por nombre. (Heredado de IDefinitionWithRegion<T>) |
WithTag(String, String) |
Agrega una etiqueta al recurso. (Heredado de IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Especifica etiquetas para el recurso como {@link Map}. (Heredado de IDefinitionWithTags<T>) |
Se aplica a
Azure SDK for .NET