IDefinition Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A totalidade da definição do gateway de rede 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)
- Implementações
-
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
Propriedades
Key |
A totalidade da definição do gateway de rede local. (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) |
WithExistingResourceGroup(IResourceGroup) |
Associa o recurso a um grupo de recursos existente. (Herdado de IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associa o recurso a um grupo de recursos existente. (Herdado de IWithExistingResourceGroup<T>) |
WithIPAddress(String) |
Especifica o endereço IP do gateway de rede local. (Herdado de IWithIPAddress) |
WithNewResourceGroup() |
A totalidade da definição do gateway de rede local. (Herdado de IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Cria um novo grupo de recursos para colocar o recurso, com base na definição especificada. (Herdado de IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
A totalidade da definição do gateway de rede local. (Herdado de IWithNewResourceGroup<T>) |
WithRegion(Region) |
Especifica a região do recurso. (Herdado de IDefinitionWithRegion<T>) |
WithRegion(String) |
Especifica a região do recurso por nome. (Herdado de IDefinitionWithRegion<T>) |
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
Azure SDK for .NET