ITrafficManagerProfiles 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.
Einstiegspunkt zur Traffic Manager-Profilverwaltungs-API in Azure.
public interface ITrafficManagerProfiles : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.IProfilesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager>
type ITrafficManagerProfiles = interface
interface ISupportsCreating<IBlank>
interface ISupportsListing<ITrafficManagerProfile>
interface ISupportsListingByResourceGroup<ITrafficManagerProfile>
interface ISupportsGettingByResourceGroup<ITrafficManagerProfile>
interface ISupportsGettingById<ITrafficManagerProfile>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<ITrafficManagerProfile>
interface ISupportsBatchDeletion
interface IBeta
interface IHasManager<ITrafficManager>
interface IHasInner<IProfilesOperations>
Public Interface ITrafficManagerProfiles
Implements IHasInner(Of IProfilesOperations), IHasManager(Of ITrafficManager), ISupportsBatchCreation(Of ITrafficManagerProfile), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ITrafficManagerProfile), ISupportsGettingByResourceGroup(Of ITrafficManagerProfile), ISupportsListing(Of ITrafficManagerProfile), ISupportsListingByResourceGroup(Of ITrafficManagerProfile)
- Implementiert
-
ISupportsBatchCreation<ITrafficManagerProfile> ISupportsBatchDeletion ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<ITrafficManagerProfile> ISupportsGettingByResourceGroup<ITrafficManagerProfile> ISupportsListing<ITrafficManagerProfile> ISupportsListingByResourceGroup<ITrafficManagerProfile> IBeta IHasInner<IProfilesOperations> IHasManager<ITrafficManager>
Eigenschaften
Inner |
Einstiegspunkt zur Traffic Manager-Profilverwaltungs-API in Azure. (Geerbt von IHasInner<T>) |
Manager |
Ruft den Managerclienttyp dieses Ressourcentyps ab. (Geerbt von IHasManager<ManagerT>) |
Methoden
CheckDnsNameAvailability(String) |
Überprüft, ob der DNS-Name für das Traffic Manager-Profil gültig ist und nicht verwendet wird. |
CheckDnsNameAvailabilityAsync(String, CancellationToken) |
Überprüft asynchron, ob der DNS-Name für das Traffic Manager-Profil gültig ist und nicht verwendet wird. |
Create(ICreatable<IFluentResourceT>[]) |
Erstellt eine Gruppe (Batch) von Ressourcen. (Geerbt von ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Erstellt eine Gruppe (Batch) von Ressourcen. (Geerbt von ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Erstellt eine Gruppe (Batch) von Ressourcen. (Geerbt von ISupportsBatchCreation<IFluentResourceT>) |
Define(String) |
Einstiegspunkt zur Traffic Manager-Profilverwaltungs-API in Azure. (Geerbt von ISupportsCreating<T>) |
DeleteById(String) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID. (Geerbt von ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID. (Geerbt von ISupportsDeletingById) |
DeleteByIds(IList<String>) |
Löscht die angegebenen Ressourcen aus Azure. (Geerbt von ISupportsBatchDeletion) |
DeleteByIds(String[]) |
Löscht die angegebenen Ressourcen aus Azure. (Geerbt von ISupportsBatchDeletion) |
DeleteByIdsAsync(IList<String>, CancellationToken) |
Löscht die angegebenen Ressourcen asynchron und parallel aus Azure. (Geerbt von ISupportsBatchDeletion) |
DeleteByIdsAsync(String[], CancellationToken) |
Löscht die angegebenen Ressourcen asynchron und parallel aus Azure. (Geerbt von ISupportsBatchDeletion) |
DeleteByResourceGroup(String, String) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe. (Geerbt von ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe. (Geerbt von ISupportsDeletingByResourceGroup) |
GetById(String) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab. (Geerbt von ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab. (Geerbt von ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab. (Geerbt von ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab. (Geerbt von ISupportsGettingByResourceGroup<T>) |
GetGeographicHierarchyRoot() |
Einstiegspunkt zur Traffic Manager-Profilverwaltungs-API in Azure. |
List() |
Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
ListByResourceGroup(String) |
Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf. (Geerbt von ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf. (Geerbt von ISupportsListingByResourceGroup<T>) |
Gilt für:
Azure SDK for .NET