Compartilhar via


IWithCreate Interface

Definição

O estágio da definição que contém todas as entradas mínimas necessárias para o recurso a ser criado (por meio de WithCreate.create()), mas também permite que outras configurações opcionais sejam especificadas.

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Definition.IWithRule, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>
type IWithCreate = interface
    interface ICreatable<INetworkSecurityGroup>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithRule
Public Interface IWithCreate
Implements ICreatable(Of INetworkSecurityGroup), IDefinitionWithTags(Of IWithCreate), IWithRule
Derivado
Implementações

Propriedades

Key

O estágio da definição que contém todas as entradas mínimas necessárias para o recurso a ser criado (por meio de WithCreate.create()), mas também permite que outras configurações opcionais sejam especificadas.

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

Inicia a definição de uma nova regra de segurança.

(Herdado de IWithRule)
WithTag(String, String)

Adiciona uma marca ao recurso.

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

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

(Herdado de IDefinitionWithTags<T>)

Aplica-se a