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
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET