These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.deploymentmanager.getRollout
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Defines the PUT rollout request body. API Version: 2019-11-01-preview.
Using getRollout
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRollout(args: GetRolloutArgs, opts?: InvokeOptions): Promise<GetRolloutResult>
function getRolloutOutput(args: GetRolloutOutputArgs, opts?: InvokeOptions): Output<GetRolloutResult>def get_rollout(resource_group_name: Optional[str] = None,
                retry_attempt: Optional[int] = None,
                rollout_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetRolloutResult
def get_rollout_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                retry_attempt: Optional[pulumi.Input[int]] = None,
                rollout_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetRolloutResult]func LookupRollout(ctx *Context, args *LookupRolloutArgs, opts ...InvokeOption) (*LookupRolloutResult, error)
func LookupRolloutOutput(ctx *Context, args *LookupRolloutOutputArgs, opts ...InvokeOption) LookupRolloutResultOutput> Note: This function is named LookupRollout in the Go SDK.
public static class GetRollout 
{
    public static Task<GetRolloutResult> InvokeAsync(GetRolloutArgs args, InvokeOptions? opts = null)
    public static Output<GetRolloutResult> Invoke(GetRolloutInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRolloutResult> getRollout(GetRolloutArgs args, InvokeOptions options)
public static Output<GetRolloutResult> getRollout(GetRolloutArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:deploymentmanager:getRollout
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- RolloutName string
- The rollout name.
- RetryAttempt int
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- RolloutName string
- The rollout name.
- RetryAttempt int
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- rolloutName String
- The rollout name.
- retryAttempt Integer
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- rolloutName string
- The rollout name.
- retryAttempt number
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- rollout_name str
- The rollout name.
- retry_attempt int
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- rolloutName String
- The rollout name.
- retryAttempt Number
- Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
getRollout Result
The following output properties are available:
- BuildVersion string
- The version of the build being deployed.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- OperationInfo Pulumi.Azure Native. Deployment Manager. Outputs. Rollout Operation Info Response 
- Operational information of the rollout.
- Services
List<Pulumi.Azure Native. Deployment Manager. Outputs. Service Response> 
- The detailed information on the services being deployed.
- Status string
- The current status of the rollout.
- StepGroups List<Pulumi.Azure Native. Deployment Manager. Outputs. Step Group Response> 
- The list of step groups that define the orchestration.
- TargetService stringTopology Id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- TotalRetry intAttempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- ArtifactSource stringId 
- The reference to the artifact source resource Id where the payload is located.
- Identity
Pulumi.Azure Native. Deployment Manager. Outputs. Identity Response 
- Identity for the resource.
- Dictionary<string, string>
- Resource tags.
- BuildVersion string
- The version of the build being deployed.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- OperationInfo RolloutOperation Info Response 
- Operational information of the rollout.
- Services
[]ServiceResponse 
- The detailed information on the services being deployed.
- Status string
- The current status of the rollout.
- StepGroups []StepGroup Response 
- The list of step groups that define the orchestration.
- TargetService stringTopology Id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- TotalRetry intAttempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- ArtifactSource stringId 
- The reference to the artifact source resource Id where the payload is located.
- Identity
IdentityResponse 
- Identity for the resource.
- map[string]string
- Resource tags.
- buildVersion String
- The version of the build being deployed.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- operationInfo RolloutOperation Info Response 
- Operational information of the rollout.
- services
List<ServiceResponse> 
- The detailed information on the services being deployed.
- status String
- The current status of the rollout.
- stepGroups List<StepGroup Response> 
- The list of step groups that define the orchestration.
- targetService StringTopology Id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- totalRetry IntegerAttempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- artifactSource StringId 
- The reference to the artifact source resource Id where the payload is located.
- identity
IdentityResponse 
- Identity for the resource.
- Map<String,String>
- Resource tags.
- buildVersion string
- The version of the build being deployed.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- operationInfo RolloutOperation Info Response 
- Operational information of the rollout.
- services
ServiceResponse[] 
- The detailed information on the services being deployed.
- status string
- The current status of the rollout.
- stepGroups StepGroup Response[] 
- The list of step groups that define the orchestration.
- targetService stringTopology Id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- totalRetry numberAttempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- artifactSource stringId 
- The reference to the artifact source resource Id where the payload is located.
- identity
IdentityResponse 
- Identity for the resource.
- {[key: string]: string}
- Resource tags.
- build_version str
- The version of the build being deployed.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- operation_info RolloutOperation Info Response 
- Operational information of the rollout.
- services
Sequence[ServiceResponse] 
- The detailed information on the services being deployed.
- status str
- The current status of the rollout.
- step_groups Sequence[StepGroup Response] 
- The list of step groups that define the orchestration.
- target_service_ strtopology_ id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- total_retry_ intattempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- artifact_source_ strid 
- The reference to the artifact source resource Id where the payload is located.
- identity
IdentityResponse 
- Identity for the resource.
- Mapping[str, str]
- Resource tags.
- buildVersion String
- The version of the build being deployed.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- operationInfo Property Map
- Operational information of the rollout.
- services List<Property Map>
- The detailed information on the services being deployed.
- status String
- The current status of the rollout.
- stepGroups List<Property Map>
- The list of step groups that define the orchestration.
- targetService StringTopology Id 
- The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- totalRetry NumberAttempts 
- The cardinal count of total number of retries performed on the rollout at a given time.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- artifactSource StringId 
- The reference to the artifact source resource Id where the payload is located.
- identity Property Map
- Identity for the resource.
- Map<String>
- Resource tags.
Supporting Types
CloudErrorBodyResponse   
- Code string
- Error code string.
- Message string
- Descriptive error information.
- Details
List<Pulumi.Azure Native. Deployment Manager. Inputs. Cloud Error Body Response> 
- More detailed error information.
- Target string
- Error target
- Code string
- Error code string.
- Message string
- Descriptive error information.
- Details
[]CloudError Body Response 
- More detailed error information.
- Target string
- Error target
- code String
- Error code string.
- message String
- Descriptive error information.
- details
List<CloudError Body Response> 
- More detailed error information.
- target String
- Error target
- code string
- Error code string.
- message string
- Descriptive error information.
- details
CloudError Body Response[] 
- More detailed error information.
- target string
- Error target
- code str
- Error code string.
- message str
- Descriptive error information.
- details
Sequence[CloudError Body Response] 
- More detailed error information.
- target str
- Error target
- code String
- Error code string.
- message String
- Descriptive error information.
- details List<Property Map>
- More detailed error information.
- target String
- Error target
IdentityResponse 
- IdentityIds List<string>
- The list of identities.
- Type string
- The identity type.
- IdentityIds []string
- The list of identities.
- Type string
- The identity type.
- identityIds List<String>
- The list of identities.
- type String
- The identity type.
- identityIds string[]
- The list of identities.
- type string
- The identity type.
- identity_ids Sequence[str]
- The list of identities.
- type str
- The identity type.
- identityIds List<String>
- The list of identities.
- type String
- The identity type.
MessageResponse 
- message str
- The actual message text.
- time_stamp str
- Time in UTC this message was provided.
PrePostStepResponse   
- StepId string
- The resource Id of the step to be run.
- StepId string
- The resource Id of the step to be run.
- stepId String
- The resource Id of the step to be run.
- stepId string
- The resource Id of the step to be run.
- step_id str
- The resource Id of the step to be run.
- stepId String
- The resource Id of the step to be run.
ResourceOperationResponse  
- OperationId string
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- ProvisioningState string
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- StatusCode string
- Http status code of the operation.
- StatusMessage string
- Descriptive information of the resource operation.
- ResourceName string
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- ResourceType string
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- OperationId string
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- ProvisioningState string
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- StatusCode string
- Http status code of the operation.
- StatusMessage string
- Descriptive information of the resource operation.
- ResourceName string
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- ResourceType string
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- operationId String
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioningState String
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- statusCode String
- Http status code of the operation.
- statusMessage String
- Descriptive information of the resource operation.
- resourceName String
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- resourceType String
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- operationId string
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioningState string
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- statusCode string
- Http status code of the operation.
- statusMessage string
- Descriptive information of the resource operation.
- resourceName string
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- resourceType string
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- operation_id str
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioning_state str
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- status_code str
- Http status code of the operation.
- status_message str
- Descriptive information of the resource operation.
- resource_name str
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- resource_type str
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- operationId String
- Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioningState String
- State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- statusCode String
- Http status code of the operation.
- statusMessage String
- Descriptive information of the resource operation.
- resourceName String
- Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- resourceType String
- Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
RolloutOperationInfoResponse   
- EndTime string
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- Error
Pulumi.Azure Native. Deployment Manager. Inputs. Cloud Error Body Response 
- The detailed error information for any failure.
- RetryAttempt int
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- SkipSucceeded boolOn Retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- StartTime string
- The start time of the rollout in UTC.
- EndTime string
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- Error
CloudError Body Response 
- The detailed error information for any failure.
- RetryAttempt int
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- SkipSucceeded boolOn Retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- StartTime string
- The start time of the rollout in UTC.
- endTime String
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error
CloudError Body Response 
- The detailed error information for any failure.
- retryAttempt Integer
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- skipSucceeded BooleanOn Retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- startTime String
- The start time of the rollout in UTC.
- endTime string
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error
CloudError Body Response 
- The detailed error information for any failure.
- retryAttempt number
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- skipSucceeded booleanOn Retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- startTime string
- The start time of the rollout in UTC.
- end_time str
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error
CloudError Body Response 
- The detailed error information for any failure.
- retry_attempt int
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- skip_succeeded_ boolon_ retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- start_time str
- The start time of the rollout in UTC.
- endTime String
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error Property Map
- The detailed error information for any failure.
- retryAttempt Number
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
- skipSucceeded BooleanOn Retry 
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
- startTime String
- The start time of the rollout in UTC.
RolloutStepResponse  
- Messages
List<Pulumi.Azure Native. Deployment Manager. Inputs. Message Response> 
- Supplementary informative messages during rollout.
- Name string
- Name of the step.
- OperationInfo Pulumi.Azure Native. Deployment Manager. Inputs. Step Operation Info Response 
- Detailed information of specific action execution.
- ResourceOperations List<Pulumi.Azure Native. Deployment Manager. Inputs. Resource Operation Response> 
- Set of resource operations that were performed, if any, on an Azure resource.
- Status string
- Current state of the step.
- StepGroup string
- The step group the current step is part of.
- Messages
[]MessageResponse 
- Supplementary informative messages during rollout.
- Name string
- Name of the step.
- OperationInfo StepOperation Info Response 
- Detailed information of specific action execution.
- ResourceOperations []ResourceOperation Response 
- Set of resource operations that were performed, if any, on an Azure resource.
- Status string
- Current state of the step.
- StepGroup string
- The step group the current step is part of.
- messages
List<MessageResponse> 
- Supplementary informative messages during rollout.
- name String
- Name of the step.
- operationInfo StepOperation Info Response 
- Detailed information of specific action execution.
- resourceOperations List<ResourceOperation Response> 
- Set of resource operations that were performed, if any, on an Azure resource.
- status String
- Current state of the step.
- stepGroup String
- The step group the current step is part of.
- messages
MessageResponse[] 
- Supplementary informative messages during rollout.
- name string
- Name of the step.
- operationInfo StepOperation Info Response 
- Detailed information of specific action execution.
- resourceOperations ResourceOperation Response[] 
- Set of resource operations that were performed, if any, on an Azure resource.
- status string
- Current state of the step.
- stepGroup string
- The step group the current step is part of.
- messages
Sequence[MessageResponse] 
- Supplementary informative messages during rollout.
- name str
- Name of the step.
- operation_info StepOperation Info Response 
- Detailed information of specific action execution.
- resource_operations Sequence[ResourceOperation Response] 
- Set of resource operations that were performed, if any, on an Azure resource.
- status str
- Current state of the step.
- step_group str
- The step group the current step is part of.
- messages List<Property Map>
- Supplementary informative messages during rollout.
- name String
- Name of the step.
- operationInfo Property Map
- Detailed information of specific action execution.
- resourceOperations List<Property Map>
- Set of resource operations that were performed, if any, on an Azure resource.
- status String
- Current state of the step.
- stepGroup String
- The step group the current step is part of.
ServiceResponse 
- TargetLocation string
- The Azure location to which the resources in the service belong to or should be deployed to.
- TargetSubscription stringId 
- The subscription to which the resources in the service belong to or should be deployed to.
- Name string
- Name of the service.
- ServiceUnits List<Pulumi.Azure Native. Deployment Manager. Inputs. Service Unit Response> 
- The detailed information about the units that make up the service.
- TargetLocation string
- The Azure location to which the resources in the service belong to or should be deployed to.
- TargetSubscription stringId 
- The subscription to which the resources in the service belong to or should be deployed to.
- Name string
- Name of the service.
- ServiceUnits []ServiceUnit Response 
- The detailed information about the units that make up the service.
- targetLocation String
- The Azure location to which the resources in the service belong to or should be deployed to.
- targetSubscription StringId 
- The subscription to which the resources in the service belong to or should be deployed to.
- name String
- Name of the service.
- serviceUnits List<ServiceUnit Response> 
- The detailed information about the units that make up the service.
- targetLocation string
- The Azure location to which the resources in the service belong to or should be deployed to.
- targetSubscription stringId 
- The subscription to which the resources in the service belong to or should be deployed to.
- name string
- Name of the service.
- serviceUnits ServiceUnit Response[] 
- The detailed information about the units that make up the service.
- target_location str
- The Azure location to which the resources in the service belong to or should be deployed to.
- target_subscription_ strid 
- The subscription to which the resources in the service belong to or should be deployed to.
- name str
- Name of the service.
- service_units Sequence[ServiceUnit Response] 
- The detailed information about the units that make up the service.
- targetLocation String
- The Azure location to which the resources in the service belong to or should be deployed to.
- targetSubscription StringId 
- The subscription to which the resources in the service belong to or should be deployed to.
- name String
- Name of the service.
- serviceUnits List<Property Map>
- The detailed information about the units that make up the service.
ServiceUnitArtifactsResponse   
- ParametersArtifact stringSource Relative Path 
- The path to the ARM parameters file relative to the artifact source.
- ParametersUri string
- The full URI of the ARM parameters file with the SAS token.
- TemplateArtifact stringSource Relative Path 
- The path to the ARM template file relative to the artifact source.
- TemplateUri string
- The full URI of the ARM template file with the SAS token.
- ParametersArtifact stringSource Relative Path 
- The path to the ARM parameters file relative to the artifact source.
- ParametersUri string
- The full URI of the ARM parameters file with the SAS token.
- TemplateArtifact stringSource Relative Path 
- The path to the ARM template file relative to the artifact source.
- TemplateUri string
- The full URI of the ARM template file with the SAS token.
- parametersArtifact StringSource Relative Path 
- The path to the ARM parameters file relative to the artifact source.
- parametersUri String
- The full URI of the ARM parameters file with the SAS token.
- templateArtifact StringSource Relative Path 
- The path to the ARM template file relative to the artifact source.
- templateUri String
- The full URI of the ARM template file with the SAS token.
- parametersArtifact stringSource Relative Path 
- The path to the ARM parameters file relative to the artifact source.
- parametersUri string
- The full URI of the ARM parameters file with the SAS token.
- templateArtifact stringSource Relative Path 
- The path to the ARM template file relative to the artifact source.
- templateUri string
- The full URI of the ARM template file with the SAS token.
- parameters_artifact_ strsource_ relative_ path 
- The path to the ARM parameters file relative to the artifact source.
- parameters_uri str
- The full URI of the ARM parameters file with the SAS token.
- template_artifact_ strsource_ relative_ path 
- The path to the ARM template file relative to the artifact source.
- template_uri str
- The full URI of the ARM template file with the SAS token.
- parametersArtifact StringSource Relative Path 
- The path to the ARM parameters file relative to the artifact source.
- parametersUri String
- The full URI of the ARM parameters file with the SAS token.
- templateArtifact StringSource Relative Path 
- The path to the ARM template file relative to the artifact source.
- templateUri String
- The full URI of the ARM template file with the SAS token.
ServiceUnitResponse  
- DeploymentMode string
- Describes the type of ARM deployment to be performed on the resource.
- TargetResource stringGroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- Artifacts
Pulumi.Azure Native. Deployment Manager. Inputs. Service Unit Artifacts Response 
- The artifacts for the service unit.
- Name string
- Name of the service unit.
- Steps
List<Pulumi.Azure Native. Deployment Manager. Inputs. Rollout Step Response> 
- Detailed step information, if present.
- DeploymentMode string
- Describes the type of ARM deployment to be performed on the resource.
- TargetResource stringGroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- Artifacts
ServiceUnit Artifacts Response 
- The artifacts for the service unit.
- Name string
- Name of the service unit.
- Steps
[]RolloutStep Response 
- Detailed step information, if present.
- deploymentMode String
- Describes the type of ARM deployment to be performed on the resource.
- targetResource StringGroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts
ServiceUnit Artifacts Response 
- The artifacts for the service unit.
- name String
- Name of the service unit.
- steps
List<RolloutStep Response> 
- Detailed step information, if present.
- deploymentMode string
- Describes the type of ARM deployment to be performed on the resource.
- targetResource stringGroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts
ServiceUnit Artifacts Response 
- The artifacts for the service unit.
- name string
- Name of the service unit.
- steps
RolloutStep Response[] 
- Detailed step information, if present.
- deployment_mode str
- Describes the type of ARM deployment to be performed on the resource.
- target_resource_ strgroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts
ServiceUnit Artifacts Response 
- The artifacts for the service unit.
- name str
- Name of the service unit.
- steps
Sequence[RolloutStep Response] 
- Detailed step information, if present.
- deploymentMode String
- Describes the type of ARM deployment to be performed on the resource.
- targetResource StringGroup 
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts Property Map
- The artifacts for the service unit.
- name String
- Name of the service unit.
- steps List<Property Map>
- Detailed step information, if present.
StepGroupResponse  
- DeploymentTarget stringId 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- Name string
- The name of the step group.
- DependsOn List<string>Step Groups 
- The list of step group names on which this step group depends on.
- PostDeployment List<Pulumi.Steps Azure Native. Deployment Manager. Inputs. Pre Post Step Response> 
- The list of steps to be run after deploying the target.
- PreDeployment List<Pulumi.Steps Azure Native. Deployment Manager. Inputs. Pre Post Step Response> 
- The list of steps to be run before deploying the target.
- DeploymentTarget stringId 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- Name string
- The name of the step group.
- DependsOn []stringStep Groups 
- The list of step group names on which this step group depends on.
- PostDeployment []PreSteps Post Step Response 
- The list of steps to be run after deploying the target.
- PreDeployment []PreSteps Post Step Response 
- The list of steps to be run before deploying the target.
- deploymentTarget StringId 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- name String
- The name of the step group.
- dependsOn List<String>Step Groups 
- The list of step group names on which this step group depends on.
- postDeployment List<PreSteps Post Step Response> 
- The list of steps to be run after deploying the target.
- preDeployment List<PreSteps Post Step Response> 
- The list of steps to be run before deploying the target.
- deploymentTarget stringId 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- name string
- The name of the step group.
- dependsOn string[]Step Groups 
- The list of step group names on which this step group depends on.
- postDeployment PreSteps Post Step Response[] 
- The list of steps to be run after deploying the target.
- preDeployment PreSteps Post Step Response[] 
- The list of steps to be run before deploying the target.
- deployment_target_ strid 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- name str
- The name of the step group.
- depends_on_ Sequence[str]step_ groups 
- The list of step group names on which this step group depends on.
- post_deployment_ Sequence[Presteps Post Step Response] 
- The list of steps to be run after deploying the target.
- pre_deployment_ Sequence[Presteps Post Step Response] 
- The list of steps to be run before deploying the target.
- deploymentTarget StringId 
- The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId
- name String
- The name of the step group.
- dependsOn List<String>Step Groups 
- The list of step group names on which this step group depends on.
- postDeployment List<Property Map>Steps 
- The list of steps to be run after deploying the target.
- preDeployment List<Property Map>Steps 
- The list of steps to be run before deploying the target.
StepOperationInfoResponse   
- CorrelationId string
- Unique identifier to track the request for ARM-based resources.
- DeploymentName string
- The name of the ARM deployment initiated as part of the step.
- EndTime string
- End time of the action in UTC.
- LastUpdated stringTime 
- Last time in UTC this operation was updated.
- StartTime string
- Start time of the action in UTC.
- Error
Pulumi.Azure Native. Deployment Manager. Inputs. Cloud Error Body Response 
- The errors, if any, for the action.
- CorrelationId string
- Unique identifier to track the request for ARM-based resources.
- DeploymentName string
- The name of the ARM deployment initiated as part of the step.
- EndTime string
- End time of the action in UTC.
- LastUpdated stringTime 
- Last time in UTC this operation was updated.
- StartTime string
- Start time of the action in UTC.
- Error
CloudError Body Response 
- The errors, if any, for the action.
- correlationId String
- Unique identifier to track the request for ARM-based resources.
- deploymentName String
- The name of the ARM deployment initiated as part of the step.
- endTime String
- End time of the action in UTC.
- lastUpdated StringTime 
- Last time in UTC this operation was updated.
- startTime String
- Start time of the action in UTC.
- error
CloudError Body Response 
- The errors, if any, for the action.
- correlationId string
- Unique identifier to track the request for ARM-based resources.
- deploymentName string
- The name of the ARM deployment initiated as part of the step.
- endTime string
- End time of the action in UTC.
- lastUpdated stringTime 
- Last time in UTC this operation was updated.
- startTime string
- Start time of the action in UTC.
- error
CloudError Body Response 
- The errors, if any, for the action.
- correlation_id str
- Unique identifier to track the request for ARM-based resources.
- deployment_name str
- The name of the ARM deployment initiated as part of the step.
- end_time str
- End time of the action in UTC.
- last_updated_ strtime 
- Last time in UTC this operation was updated.
- start_time str
- Start time of the action in UTC.
- error
CloudError Body Response 
- The errors, if any, for the action.
- correlationId String
- Unique identifier to track the request for ARM-based resources.
- deploymentName String
- The name of the ARM deployment initiated as part of the step.
- endTime String
- End time of the action in UTC.
- lastUpdated StringTime 
- Last time in UTC this operation was updated.
- startTime String
- Start time of the action in UTC.
- error Property Map
- The errors, if any, for the action.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi