azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

253 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.Deployment"
fullName: "com.microsoft.azure.management.resources.Deployment"
name: "Deployment"
nameWithType: "Deployment"
summary: "An immutable client-side representation of an Azure deployment."
syntax: "public interface **Deployment**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Deployment?alt=com.microsoft.azure.management.resources.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Deployment.Update?alt=com.microsoft.azure.management.resources.Deployment.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner&text=DeploymentExtendedInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.resources.Deployment.cancel()"
fullName: "com.microsoft.azure.management.resources.Deployment.cancel()"
name: "cancel()"
nameWithType: "Deployment.cancel()"
summary: "Cancel a currently running template deployment."
modifiers:
- "abstract"
syntax: "public abstract void cancel()"
desc: "Cancel a currently running template deployment."
- uid: "com.microsoft.azure.management.resources.Deployment.cancelAsync()"
fullName: "com.microsoft.azure.management.resources.Deployment.cancelAsync()"
name: "cancelAsync()"
nameWithType: "Deployment.cancelAsync()"
summary: "Cancel a currently running template deployment asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable cancelAsync()"
desc: "Cancel a currently running template deployment asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.cancelAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.resources.Deployment.cancelAsync(ServiceCallback<Void> callback)"
name: "cancelAsync(ServiceCallback<Void> callback)"
nameWithType: "Deployment.cancelAsync(ServiceCallback<Void> callback)"
summary: "Cancel a currently running template deployment asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> cancelAsync(ServiceCallback<Void> callback)"
desc: "Cancel a currently running template deployment asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.correlationId()"
fullName: "com.microsoft.azure.management.resources.Deployment.correlationId()"
name: "correlationId()"
nameWithType: "Deployment.correlationId()"
modifiers:
- "abstract"
syntax: "public abstract String correlationId()"
returns:
description: "the correlation ID of the deployment"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.dependencies()"
fullName: "com.microsoft.azure.management.resources.Deployment.dependencies()"
name: "dependencies()"
nameWithType: "Deployment.dependencies()"
modifiers:
- "abstract"
syntax: "public abstract List<Dependency> dependencies()"
returns:
description: "the list of deployment dependencies"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Dependency?alt=com.microsoft.azure.management.resources.Dependency&text=Dependency\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.deploymentOperations()"
fullName: "com.microsoft.azure.management.resources.Deployment.deploymentOperations()"
name: "deploymentOperations()"
nameWithType: "Deployment.deploymentOperations()"
modifiers:
- "abstract"
syntax: "public abstract DeploymentOperations deploymentOperations()"
returns:
description: "the operations related to this deployment"
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentOperations?alt=com.microsoft.azure.management.resources.DeploymentOperations&text=DeploymentOperations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.exportTemplate()"
fullName: "com.microsoft.azure.management.resources.Deployment.exportTemplate()"
name: "exportTemplate()"
nameWithType: "Deployment.exportTemplate()"
summary: "Exports a deployment template."
modifiers:
- "abstract"
syntax: "public abstract DeploymentExportResult exportTemplate()"
desc: "Exports a deployment template."
returns:
description: "the export result"
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentExportResult?alt=com.microsoft.azure.management.resources.DeploymentExportResult&text=DeploymentExportResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.exportTemplateAsync()"
fullName: "com.microsoft.azure.management.resources.Deployment.exportTemplateAsync()"
name: "exportTemplateAsync()"
nameWithType: "Deployment.exportTemplateAsync()"
summary: "Exports a deployment template asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Observable<DeploymentExportResult> exportTemplateAsync()"
desc: "Exports a deployment template asynchronously."
returns:
description: "a representation of the deferred computation of this call returning the export result"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.DeploymentExportResult?alt=com.microsoft.azure.management.resources.DeploymentExportResult&text=DeploymentExportResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.exportTemplateAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.DeploymentExportResult>)"
fullName: "com.microsoft.azure.management.resources.Deployment.exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)"
name: "exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)"
nameWithType: "Deployment.exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)"
summary: "Exports a deployment template asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure with export result as parameter"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.DeploymentExportResult?alt=com.microsoft.azure.management.resources.DeploymentExportResult&text=DeploymentExportResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<DeploymentExportResult> exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)"
desc: "Exports a deployment template asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.DeploymentExportResult?alt=com.microsoft.azure.management.resources.DeploymentExportResult&text=DeploymentExportResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.mode()"
fullName: "com.microsoft.azure.management.resources.Deployment.mode()"
name: "mode()"
nameWithType: "Deployment.mode()"
modifiers:
- "abstract"
syntax: "public abstract DeploymentMode mode()"
returns:
description: "the deployment mode. Possible values include:\n 'Incremental', 'Complete'."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentMode?alt=com.microsoft.azure.management.resources.DeploymentMode&text=DeploymentMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.outputResources()"
fullName: "com.microsoft.azure.management.resources.Deployment.outputResources()"
name: "outputResources()"
nameWithType: "Deployment.outputResources()"
summary: "Get array of provisioned resources."
modifiers:
- "abstract"
syntax: "public abstract List<ResourceReference> outputResources()"
desc: "Get array of provisioned resources."
returns:
description: "the outputResources value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceReference?alt=com.microsoft.azure.management.resources.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.outputs()"
fullName: "com.microsoft.azure.management.resources.Deployment.outputs()"
name: "outputs()"
nameWithType: "Deployment.outputs()"
modifiers:
- "abstract"
syntax: "public abstract Object outputs()"
returns:
description: "key/value pairs that represent deployment output"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.parameters()"
fullName: "com.microsoft.azure.management.resources.Deployment.parameters()"
name: "parameters()"
nameWithType: "Deployment.parameters()"
modifiers:
- "abstract"
syntax: "public abstract Object parameters()"
returns:
description: "the deployment parameters"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.parametersLink()"
fullName: "com.microsoft.azure.management.resources.Deployment.parametersLink()"
name: "parametersLink()"
nameWithType: "Deployment.parametersLink()"
modifiers:
- "abstract"
syntax: "public abstract ParametersLink parametersLink()"
returns:
description: "the URI referencing the parameters"
type: "<xref href=\"com.microsoft.azure.management.resources.ParametersLink?alt=com.microsoft.azure.management.resources.ParametersLink&text=ParametersLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.prepareWhatIf()"
fullName: "com.microsoft.azure.management.resources.Deployment.prepareWhatIf()"
name: "prepareWhatIf()"
nameWithType: "Deployment.prepareWhatIf()"
summary: "Prepares a What-if operation."
modifiers:
- "abstract"
syntax: "public abstract Deployment.Execution prepareWhatIf()"
desc: "Prepares a What-if operation."
returns:
description: "the What-if execution."
type: "<xref href=\"com.microsoft.azure.management.resources.Deployment.Execution?alt=com.microsoft.azure.management.resources.Deployment.Execution&text=Execution\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.providers()"
fullName: "com.microsoft.azure.management.resources.Deployment.providers()"
name: "providers()"
nameWithType: "Deployment.providers()"
modifiers:
- "abstract"
syntax: "public abstract List<Provider> providers()"
returns:
description: "the list of resource providers needed for the deployment"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Provider?alt=com.microsoft.azure.management.resources.Provider&text=Provider\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Deployment.provisioningState()"
fullName: "com.microsoft.azure.management.resources.Deployment.provisioningState()"
name: "provisioningState()"
nameWithType: "Deployment.provisioningState()"
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
returns:
description: "the state of the provisioning process of the resources being deployed"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.resourceGroupName()"
fullName: "com.microsoft.azure.management.resources.Deployment.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Deployment.resourceGroupName()"
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
returns:
description: "the name of this deployment's resource group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.templateHash()"
fullName: "com.microsoft.azure.management.resources.Deployment.templateHash()"
name: "templateHash()"
nameWithType: "Deployment.templateHash()"
modifiers:
- "abstract"
syntax: "public abstract String templateHash()"
returns:
description: "the hash produced for the template"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.templateLink()"
fullName: "com.microsoft.azure.management.resources.Deployment.templateLink()"
name: "templateLink()"
nameWithType: "Deployment.templateLink()"
modifiers:
- "abstract"
syntax: "public abstract TemplateLink templateLink()"
returns:
description: "the URI referencing the template"
type: "<xref href=\"com.microsoft.azure.management.resources.TemplateLink?alt=com.microsoft.azure.management.resources.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.timestamp()"
fullName: "com.microsoft.azure.management.resources.Deployment.timestamp()"
name: "timestamp()"
nameWithType: "Deployment.timestamp()"
modifiers:
- "abstract"
syntax: "public abstract DateTime timestamp()"
returns:
description: "the timestamp of the template deployment"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure deployment."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner?alt=com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner&text=DeploymentExtendedInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Deployment?alt=com.microsoft.azure.management.resources.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Deployment.Update?alt=com.microsoft.azure.management.resources.Deployment.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4