IDefinition Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die gesamte Definition der Expressroutenleitung.
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
- Implementiert
-
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
Eigenschaften
Key |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IIndexable) |
Name |
Ruft den Namen der erstellbaren Ressource ab. (Geerbt von ICreatable<T>) |
Methoden
Create() |
Führen Sie die Erstellungsanforderung aus. (Geerbt von ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind. (Geerbt von ICreatable<T>) |
WithAuthorization(String) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithAuthorization) |
WithBandwidthInMbps(Int32) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithBandwidth) |
WithClassicOperations() |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithAllowClassicOperations) |
WithExistingResourceGroup(IResourceGroup) |
Ordnet die Ressource einer vorhandenen Ressourcengruppe zu. (Geerbt von IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Ordnet die Ressource einer vorhandenen Ressourcengruppe zu. (Geerbt von IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Erstellt basierend auf der angegebenen Definition eine neue Ressourcengruppe, in die die Ressource eingefügt werden soll. (Geerbt von IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithNewResourceGroup<T>) |
WithPeeringLocation(String) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithPeeringLocation) |
WithRegion(Region) |
Gibt die Region für die Ressource an. (Geerbt von IDefinitionWithRegion<T>) |
WithRegion(String) |
Gibt die Region für die Ressource anhand des Namens an. (Geerbt von IDefinitionWithRegion<T>) |
WithServiceProvider(String) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithServiceProvider) |
WithSku(ExpressRouteCircuitSkuType) |
Die gesamte Definition der Expressroutenleitung. (Geerbt von IWithSku) |
WithTag(String, String) |
Fügt der Ressource ein Tag hinzu. (Geerbt von IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Gibt Tags für die Ressource als {@link Map} an. (Geerbt von IDefinitionWithTags<T>) |
Gilt für:
Azure SDK for .NET