Class GetDeploymentStackAtSubscriptionResult
- java.lang.Object
-
- com.pulumi.azurenative.resources.outputs.GetDeploymentStackAtSubscriptionResult
-
public final class GetDeploymentStackAtSubscriptionResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeploymentStackAtSubscriptionResult.Builder
-
Method Summary
-
-
-
Method Detail
-
actionOnUnmanage
public DeploymentStackPropertiesResponseActionOnUnmanage actionOnUnmanage()
- Returns:
- Defines the behavior of resources that are not managed immediately after the stack is updated.
-
debugSetting
public java.util.Optional<DeploymentStacksDebugSettingResponse> debugSetting()
- Returns:
- The debug setting of the deployment.
-
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.
-
resources
public java.util.List<ManagedResourceReferenceResponse> resources()
- Returns:
- An array of resources currently managed by 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.
-
builder
public static GetDeploymentStackAtSubscriptionResult.Builder builder()
-
builder
public static GetDeploymentStackAtSubscriptionResult.Builder builder(GetDeploymentStackAtSubscriptionResult defaults)
-
-