Compartir a través de


IWithCreate Interfaz

Definición

Fase de la definición de puerta de enlace de red local que contiene todas las entradas mínimas necesarias para que se cree el recurso (a través de 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
Derivado
Implementaciones

Propiedades

Key

Fase de la definición de puerta de enlace de red local que contiene todas las entradas mínimas necesarias para que se cree el recurso (a través de WithCreate.create()).

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