IDeploymentSlots Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Startpunkt för Distributionsfack-API för Azure-webbapp.
public interface IDeploymentSlots : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebApp>
type IDeploymentSlots = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsListing<IDeploymentSlot>
interface ISupportsGettingByName<IDeploymentSlot>
interface ISupportsGettingById<IDeploymentSlot>
interface ISupportsDeletingById
interface ISupportsDeletingByName
interface IHasManager<IAppServiceManager>
interface IHasParent<IWebApp>
Public Interface IDeploymentSlots
Implements IBeta, IHasManager(Of IAppServiceManager), IHasParent(Of IWebApp), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IDeploymentSlot), ISupportsGettingByName(Of IDeploymentSlot), ISupportsListing(Of IDeploymentSlot)
- Implementeringar
Egenskaper
Manager |
Hämtar managerklienttypen för den här resurstypen. (Ärvd från IHasManager<ManagerT>) |
Parent |
Hämtar överordnad för den här underordnade resursen. (Ärvd från IHasParent<ParentT>) |
Metoder
Define(String) |
Startpunkt för Distributionsfack-API för Azure-webbapp. (Ärvd från ISupportsCreating<T>) |
DeleteById(String) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. (Ärvd från ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. (Ärvd från ISupportsDeletingById) |
DeleteByName(String) |
Tar bort en resurs från Azure och identifierar den med dess resursnamn. (Ärvd från ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Tar bort en resurs asynkront från Azure och identifierar den med dess resursnamn. (Ärvd från ISupportsDeletingByName) |
GetById(String) |
Hämtar information om en resurs från Azure baserat på resurs-ID:t. (Ärvd från ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Hämtar information om en resurs från Azure baserat på resurs-ID:t. (Ärvd från ISupportsGettingById<T>) |
GetByName(String) |
Hämtar information om en resurs från Azure baserat på resursnamnet i den aktuella resursgruppen. (Ärvd från ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Hämtar information om en resurs från Azure baserat på resursnamnet i den aktuella resursgruppen. (Ärvd från ISupportsGettingByName<T>) |
List() |
Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen. (Ärvd från ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen. (Ärvd från ISupportsListing<T>) |
Gäller för
Azure SDK for .NET