IWebDeployment 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.
En representation på klientsidan som gör att användaren kan distribuera till en webbapp via webbdistribution (MSDeploy).
public interface IWebDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWebDeployment = interface
interface IBeta
interface IExecutable<IWebDeployment>
interface IIndexable
interface IHasParent<IWebAppBase>
Public Interface IWebDeployment
Implements IBeta, IExecutable(Of IWebDeployment), IHasParent(Of IWebAppBase)
- Implementeringar
Egenskaper
Complete |
Hämtar info om distributionsåtgärden har slutförts. |
Deployer |
Hämtar användarnamnet för distribueraren. |
EndTime |
Hämtar sluttiden för distributionsåtgärden. |
Key |
En representation på klientsidan som gör att användaren kan distribuera till en webbapp via webbdistribution (MSDeploy). (Ärvd från IIndexable) |
Parent |
Hämtar överordnad för den här underordnade resursen. (Ärvd från IHasParent<ParentT>) |
StartTime |
Hämtar starttiden för distributionsåtgärden. |
Metoder
Execute() |
Kör begäran. (Ärvd från IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Kör begäran asynkront. (Ärvd från IExecutable<T>) |
Gäller för
Azure SDK for .NET