IDeployment Interface

Definition

An immutable client-side representation of an Azure deployment.

public interface IDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate>
type IDeployment = interface
    interface IRefreshable<IDeployment>
    interface IUpdatable<IUpdate>
    interface IHasInner<DeploymentExtendedInner>
    interface IHasName
    interface IHasManager<IResourceManager>
Public Interface IDeployment
Implements IHasInner(Of DeploymentExtendedInner), IHasManager(Of IResourceManager), IHasName, IRefreshable(Of IDeployment), IUpdatable(Of IUpdate)
Implements

Properties

CorrelationId
Dependencies
DeploymentOperations
Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Mode
Name

Gets the name of the resource

(Inherited from IHasName)
Outputs
Parameters
ParametersLink
Providers
ProvisioningState
ResourceGroupName
TemplateLink
Timestamp

Methods

Cancel()

Cancel a currently running template deployment.

CancelAsync(CancellationToken)

Cancel a currently running template deployment.

ExportTemplate()

Exports a deployment template.

ExportTemplateAsync(CancellationToken)

Exports a deployment template.

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to