1. Packages
  2. Azure Native v1
  3. API Docs
  4. deploymentmanager
  5. getRollout
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

azure-native-v1 logo
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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:deploymentmanager:getRollout
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    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.
    ResourceGroupName string
    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.
    resourceGroupName String
    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.
    resourceGroupName string
    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_name str
    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.
    resourceGroupName String
    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.AzureNative.DeploymentManager.Outputs.RolloutOperationInfoResponse
    Operational information of the rollout.
    Services List<Pulumi.AzureNative.DeploymentManager.Outputs.ServiceResponse>
    The detailed information on the services being deployed.
    Status string
    The current status of the rollout.
    StepGroups List<Pulumi.AzureNative.DeploymentManager.Outputs.StepGroupResponse>
    The list of step groups that define the orchestration.
    TargetServiceTopologyId string
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    TotalRetryAttempts int
    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"
    ArtifactSourceId string
    The reference to the artifact source resource Id where the payload is located.
    Identity Pulumi.AzureNative.DeploymentManager.Outputs.IdentityResponse
    Identity for the resource.
    Tags 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 RolloutOperationInfoResponse
    Operational information of the rollout.
    Services []ServiceResponse
    The detailed information on the services being deployed.
    Status string
    The current status of the rollout.
    StepGroups []StepGroupResponse
    The list of step groups that define the orchestration.
    TargetServiceTopologyId string
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    TotalRetryAttempts int
    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"
    ArtifactSourceId string
    The reference to the artifact source resource Id where the payload is located.
    Identity IdentityResponse
    Identity for the resource.
    Tags 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 RolloutOperationInfoResponse
    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<StepGroupResponse>
    The list of step groups that define the orchestration.
    targetServiceTopologyId String
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    totalRetryAttempts Integer
    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"
    artifactSourceId String
    The reference to the artifact source resource Id where the payload is located.
    identity IdentityResponse
    Identity for the resource.
    tags 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 RolloutOperationInfoResponse
    Operational information of the rollout.
    services ServiceResponse[]
    The detailed information on the services being deployed.
    status string
    The current status of the rollout.
    stepGroups StepGroupResponse[]
    The list of step groups that define the orchestration.
    targetServiceTopologyId string
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    totalRetryAttempts number
    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"
    artifactSourceId string
    The reference to the artifact source resource Id where the payload is located.
    identity IdentityResponse
    Identity for the resource.
    tags {[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 RolloutOperationInfoResponse
    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[StepGroupResponse]
    The list of step groups that define the orchestration.
    target_service_topology_id str
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    total_retry_attempts int
    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_id str
    The reference to the artifact source resource Id where the payload is located.
    identity IdentityResponse
    Identity for the resource.
    tags 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.
    targetServiceTopologyId String
    The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    totalRetryAttempts Number
    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"
    artifactSourceId String
    The reference to the artifact source resource Id where the payload is located.
    identity Property Map
    Identity for the resource.
    tags Map<String>
    Resource tags.

    Supporting Types

    CloudErrorBodyResponse

    Code string
    Error code string.
    Message string
    Descriptive error information.
    Details List<Pulumi.AzureNative.DeploymentManager.Inputs.CloudErrorBodyResponse>
    More detailed error information.
    Target string
    Error target
    Code string
    Error code string.
    Message string
    Descriptive error information.
    Details []CloudErrorBodyResponse
    More detailed error information.
    Target string
    Error target
    code String
    Error code string.
    message String
    Descriptive error information.
    details List<CloudErrorBodyResponse>
    More detailed error information.
    target String
    Error target
    code string
    Error code string.
    message string
    Descriptive error information.
    details CloudErrorBodyResponse[]
    More detailed error information.
    target string
    Error target
    code str
    Error code string.
    message str
    Descriptive error information.
    details Sequence[CloudErrorBodyResponse]
    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 string
    The actual message text.
    TimeStamp string
    Time in UTC this message was provided.
    Message string
    The actual message text.
    TimeStamp string
    Time in UTC this message was provided.
    message String
    The actual message text.
    timeStamp String
    Time in UTC this message was provided.
    message string
    The actual message text.
    timeStamp string
    Time in UTC this message was provided.
    message str
    The actual message text.
    time_stamp str
    Time in UTC this message was provided.
    message String
    The actual message text.
    timeStamp String
    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.AzureNative.DeploymentManager.Inputs.CloudErrorBodyResponse
    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.
    SkipSucceededOnRetry bool
    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 CloudErrorBodyResponse
    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.
    SkipSucceededOnRetry bool
    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 CloudErrorBodyResponse
    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.
    skipSucceededOnRetry Boolean
    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 CloudErrorBodyResponse
    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.
    skipSucceededOnRetry boolean
    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 CloudErrorBodyResponse
    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_on_retry bool
    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.
    skipSucceededOnRetry Boolean
    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.AzureNative.DeploymentManager.Inputs.MessageResponse>
    Supplementary informative messages during rollout.
    Name string
    Name of the step.
    OperationInfo Pulumi.AzureNative.DeploymentManager.Inputs.StepOperationInfoResponse
    Detailed information of specific action execution.
    ResourceOperations List<Pulumi.AzureNative.DeploymentManager.Inputs.ResourceOperationResponse>
    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 StepOperationInfoResponse
    Detailed information of specific action execution.
    ResourceOperations []ResourceOperationResponse
    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 StepOperationInfoResponse
    Detailed information of specific action execution.
    resourceOperations List<ResourceOperationResponse>
    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 StepOperationInfoResponse
    Detailed information of specific action execution.
    resourceOperations ResourceOperationResponse[]
    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 StepOperationInfoResponse
    Detailed information of specific action execution.
    resource_operations Sequence[ResourceOperationResponse]
    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.
    TargetSubscriptionId string
    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.AzureNative.DeploymentManager.Inputs.ServiceUnitResponse>
    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.
    TargetSubscriptionId string
    The subscription to which the resources in the service belong to or should be deployed to.
    Name string
    Name of the service.
    ServiceUnits []ServiceUnitResponse
    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.
    targetSubscriptionId String
    The subscription to which the resources in the service belong to or should be deployed to.
    name String
    Name of the service.
    serviceUnits List<ServiceUnitResponse>
    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.
    targetSubscriptionId string
    The subscription to which the resources in the service belong to or should be deployed to.
    name string
    Name of the service.
    serviceUnits ServiceUnitResponse[]
    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_id str
    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[ServiceUnitResponse]
    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.
    targetSubscriptionId String
    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

    ParametersArtifactSourceRelativePath string
    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.
    TemplateArtifactSourceRelativePath string
    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.
    ParametersArtifactSourceRelativePath string
    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.
    TemplateArtifactSourceRelativePath string
    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.
    parametersArtifactSourceRelativePath String
    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.
    templateArtifactSourceRelativePath String
    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.
    parametersArtifactSourceRelativePath string
    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.
    templateArtifactSourceRelativePath string
    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_source_relative_path str
    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_source_relative_path str
    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.
    parametersArtifactSourceRelativePath String
    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.
    templateArtifactSourceRelativePath String
    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.
    TargetResourceGroup string
    The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
    Artifacts Pulumi.AzureNative.DeploymentManager.Inputs.ServiceUnitArtifactsResponse
    The artifacts for the service unit.
    Name string
    Name of the service unit.
    Steps List<Pulumi.AzureNative.DeploymentManager.Inputs.RolloutStepResponse>
    Detailed step information, if present.
    DeploymentMode string
    Describes the type of ARM deployment to be performed on the resource.
    TargetResourceGroup string
    The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
    Artifacts ServiceUnitArtifactsResponse
    The artifacts for the service unit.
    Name string
    Name of the service unit.
    Steps []RolloutStepResponse
    Detailed step information, if present.
    deploymentMode String
    Describes the type of ARM deployment to be performed on the resource.
    targetResourceGroup String
    The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
    artifacts ServiceUnitArtifactsResponse
    The artifacts for the service unit.
    name String
    Name of the service unit.
    steps List<RolloutStepResponse>
    Detailed step information, if present.
    deploymentMode string
    Describes the type of ARM deployment to be performed on the resource.
    targetResourceGroup string
    The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
    artifacts ServiceUnitArtifactsResponse
    The artifacts for the service unit.
    name string
    Name of the service unit.
    steps RolloutStepResponse[]
    Detailed step information, if present.
    deployment_mode str
    Describes the type of ARM deployment to be performed on the resource.
    target_resource_group str
    The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
    artifacts ServiceUnitArtifactsResponse
    The artifacts for the service unit.
    name str
    Name of the service unit.
    steps Sequence[RolloutStepResponse]
    Detailed step information, if present.
    deploymentMode String
    Describes the type of ARM deployment to be performed on the resource.
    targetResourceGroup String
    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

    DeploymentTargetId string
    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.
    DependsOnStepGroups List<string>
    The list of step group names on which this step group depends on.
    PostDeploymentSteps List<Pulumi.AzureNative.DeploymentManager.Inputs.PrePostStepResponse>
    The list of steps to be run after deploying the target.
    PreDeploymentSteps List<Pulumi.AzureNative.DeploymentManager.Inputs.PrePostStepResponse>
    The list of steps to be run before deploying the target.
    DeploymentTargetId string
    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.
    DependsOnStepGroups []string
    The list of step group names on which this step group depends on.
    PostDeploymentSteps []PrePostStepResponse
    The list of steps to be run after deploying the target.
    PreDeploymentSteps []PrePostStepResponse
    The list of steps to be run before deploying the target.
    deploymentTargetId String
    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.
    dependsOnStepGroups List<String>
    The list of step group names on which this step group depends on.
    postDeploymentSteps List<PrePostStepResponse>
    The list of steps to be run after deploying the target.
    preDeploymentSteps List<PrePostStepResponse>
    The list of steps to be run before deploying the target.
    deploymentTargetId string
    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.
    dependsOnStepGroups string[]
    The list of step group names on which this step group depends on.
    postDeploymentSteps PrePostStepResponse[]
    The list of steps to be run after deploying the target.
    preDeploymentSteps PrePostStepResponse[]
    The list of steps to be run before deploying the target.
    deployment_target_id str
    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_step_groups Sequence[str]
    The list of step group names on which this step group depends on.
    post_deployment_steps Sequence[PrePostStepResponse]
    The list of steps to be run after deploying the target.
    pre_deployment_steps Sequence[PrePostStepResponse]
    The list of steps to be run before deploying the target.
    deploymentTargetId String
    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.
    dependsOnStepGroups List<String>
    The list of step group names on which this step group depends on.
    postDeploymentSteps List<Property Map>
    The list of steps to be run after deploying the target.
    preDeploymentSteps List<Property Map>
    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.
    LastUpdatedTime string
    Last time in UTC this operation was updated.
    StartTime string
    Start time of the action in UTC.
    Error Pulumi.AzureNative.DeploymentManager.Inputs.CloudErrorBodyResponse
    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.
    LastUpdatedTime string
    Last time in UTC this operation was updated.
    StartTime string
    Start time of the action in UTC.
    Error CloudErrorBodyResponse
    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.
    lastUpdatedTime String
    Last time in UTC this operation was updated.
    startTime String
    Start time of the action in UTC.
    error CloudErrorBodyResponse
    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.
    lastUpdatedTime string
    Last time in UTC this operation was updated.
    startTime string
    Start time of the action in UTC.
    error CloudErrorBodyResponse
    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_time str
    Last time in UTC this operation was updated.
    start_time str
    Start time of the action in UTC.
    error CloudErrorBodyResponse
    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.
    lastUpdatedTime String
    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
    azure-native-v1 logo
    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