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 circuito de rota expressa.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithBandwidth, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithGroup, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithPeeringLocation, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithServiceProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithServiceProvider>
interface IWithExistingResourceGroup<IWithServiceProvider>
interface IWithNewResourceGroup<IWithServiceProvider>
interface IWithCreatableResourceGroup<IWithServiceProvider>
interface IWithServiceProvider
interface IWithPeeringLocation
interface IWithBandwidth
interface IWithSku
interface IWithCreate
interface ICreatable<IExpressRouteCircuit>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
interface IWithAllowClassicOperations
interface IWithAuthorization
Public Interface IDefinition
Implements IBlank, ICreatable(Of IExpressRouteCircuit), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithBandwidth, IWithCreatableResourceGroup(Of IWithServiceProvider), IWithCreate, IWithExistingResourceGroup(Of IWithServiceProvider), IWithGroup, IWithGroup(Of IWithServiceProvider), IWithNewResourceGroup(Of IWithServiceProvider), IWithPeeringLocation, IWithServiceProvider, IWithSku
- Implementações
-
IBlank IWithAllowClassicOperations IWithAuthorization IWithBandwidth IWithCreate IWithGroup IWithPeeringLocation IWithServiceProvider IWithSku IWithCreatableResourceGroup<IWithServiceProvider> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithServiceProvider> IWithExistingResourceGroup<T> IWithGroup<IWithServiceProvider> IWithNewResourceGroup<IWithServiceProvider> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IExpressRouteCircuit> IIndexable
Propriedades
Key |
A totalidade da definição do circuito de rota expressa. (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>) |
WithAuthorization(String) |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithAuthorization) |
WithBandwidthInMbps(Int32) |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithBandwidth) |
WithClassicOperations() |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithAllowClassicOperations) |
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>) |
WithNewResourceGroup() |
A totalidade da definição do circuito de rota expressa. (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 circuito de rota expressa. (Herdado de IWithNewResourceGroup<T>) |
WithPeeringLocation(String) |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithPeeringLocation) |
WithRegion(Region) |
Especifica a região do recurso. (Herdado de IDefinitionWithRegion<T>) |
WithRegion(String) |
Especifica a região para o recurso por nome. (Herdado de IDefinitionWithRegion<T>) |
WithServiceProvider(String) |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithServiceProvider) |
WithSku(ExpressRouteCircuitSkuType) |
A totalidade da definição do circuito de rota expressa. (Herdado de IWithSku) |
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
Azure SDK for .NET