Class GetDeploymentStackAtSubscriptionResult


  • public final class GetDeploymentStackAtSubscriptionResult
    extends java.lang.Object
    • Method Detail

      • deletedResources

        public java.util.List<ResourceReferenceResponse> deletedResources()
        Returns:
        An array of resources that were deleted during the most recent update.
      • denySettings

        public DenySettingsResponse denySettings()
        Returns:
        Defines how resources deployed by the stack are locked.
      • deploymentId

        public java.lang.String deploymentId()
        Returns:
        The resourceId of the deployment resource created by the deployment stack.
      • deploymentScope

        public java.util.Optional<java.lang.String> deploymentScope()
        Returns:
        The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Deployment stack description.
      • detachedResources

        public java.util.List<ResourceReferenceResponse> detachedResources()
        Returns:
        An array of resources that were detached during the most recent update.
      • duration

        public java.lang.String duration()
        Returns:
        The duration of the deployment stack update.
      • error

        public java.util.Optional<ErrorResponseResponse> error()
        Returns:
        Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
      • failedResources

        public java.util.List<ResourceReferenceExtendedResponse> failedResources()
        Returns:
        An array of resources that failed to reach goal state during the most recent update.
      • id

        public java.lang.String id()
        Returns:
        String Id used to locate any resource on Azure.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
      • name

        public java.lang.String name()
        Returns:
        Name of this resource.
      • outputs

        public java.lang.Object outputs()
        Returns:
        The outputs of the underlying deployment.
      • parameters

        public java.util.Optional<java.lang.Object> parameters()
        Returns:
        Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.
      • parametersLink

        public java.util.Optional<DeploymentStacksParametersLinkResponse> parametersLink()
        Returns:
        The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        State of the deployment stack.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Deployment stack resource tags.
      • type

        public java.lang.String type()
        Returns:
        Type of this resource.