Partilhar via


IWithCreate Interface

Definição

O estágio da definição do gateway de rede local que contém todas as entradas mínimas necessárias para o recurso a ser criado (por meio 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
Implementações

Propriedades

Key

O estágio da definição do gateway de rede local que contém todas as entradas mínimas necessárias para o recurso a ser criado (por meio de WithCreate.create()).

(Herdado de IIndexable)
Name

Obtém o nome do recurso creatável.

(Herdado de ICreatable<T>)

Métodos

Create()

Execute a solicitação de criação.

(Herdado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca a solicitação na fila e permite que o cliente HTTP a execute quando os recursos do sistema estiverem disponíveis.

(Herdado de ICreatable<T>)
WithAddressSpace(String)

Adiciona espaço de endereço. Observação: o efeito desse método é aditivo, ou seja, cada vez que ele é usado, um novo espaço de endereço é adicionado à rede.

(Herdado de IWithAddressSpace)
WithBgp(Int64, String)

Habilita o BGP.

(Herdado de IWithBgp)
WithTag(String, String)

Adiciona uma marca ao recurso.

(Herdado de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica marcas para o recurso como {@link Map}.

(Herdado de IDefinitionWithTags<T>)

Aplica-se a