IDeployment Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET