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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:deploymentmanager:getRollout
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Rollout
Name string - 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.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Rollout
Name string - 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.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- rollout
Name String - The rollout name.
- retry
Attempt Integer - Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- rollout
Name string - The rollout name.
- retry
Attempt 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.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- rollout
Name String - The rollout name.
- retry
Attempt 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:
- Build
Version 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
- Operation
Info 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.
- Step
Groups List<Pulumi.Azure Native. Deployment Manager. Outputs. Step Group Response> - The list of step groups that define the orchestration.
- Target
Service stringTopology 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 string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Artifact
Source 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.
- Build
Version 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
- Operation
Info RolloutOperation Info Response - Operational information of the rollout.
- Services
[]Service
Response - The detailed information on the services being deployed.
- Status string
- The current status of the rollout.
- Step
Groups []StepGroup Response - The list of step groups that define the orchestration.
- Target
Service stringTopology 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 string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Artifact
Source stringId - The reference to the artifact source resource Id where the payload is located.
- Identity
Identity
Response - Identity for the resource.
- map[string]string
- Resource tags.
- build
Version 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
- operation
Info RolloutOperation Info Response - Operational information of the rollout.
- services
List<Service
Response> - The detailed information on the services being deployed.
- status String
- The current status of the rollout.
- step
Groups List<StepGroup Response> - The list of step groups that define the orchestration.
- target
Service StringTopology Id - The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- total
Retry 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"
- artifact
Source StringId - The reference to the artifact source resource Id where the payload is located.
- identity
Identity
Response - Identity for the resource.
- Map<String,String>
- Resource tags.
- build
Version 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
- operation
Info RolloutOperation Info Response - Operational information of the rollout.
- services
Service
Response[] - The detailed information on the services being deployed.
- status string
- The current status of the rollout.
- step
Groups StepGroup Response[] - The list of step groups that define the orchestration.
- target
Service stringTopology Id - The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- total
Retry 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"
- artifact
Source stringId - The reference to the artifact source resource Id where the payload is located.
- identity
Identity
Response - 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[Service
Response] - 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
Identity
Response - Identity for the resource.
- Mapping[str, str]
- Resource tags.
- build
Version 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
- operation
Info 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.
- step
Groups List<Property Map> - The list of step groups that define the orchestration.
- target
Service StringTopology Id - The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- total
Retry 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"
- artifact
Source 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
[]Cloud
Error Body Response - More detailed error information.
- Target string
- Error target
- code String
- Error code string.
- message String
- Descriptive error information.
- details
List<Cloud
Error Body Response> - More detailed error information.
- target String
- Error target
- code string
- Error code string.
- message string
- Descriptive error information.
- details
Cloud
Error Body Response[] - More detailed error information.
- target string
- Error target
- code str
- Error code string.
- message str
- Descriptive error information.
- details
Sequence[Cloud
Error 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
- Identity
Ids List<string> - The list of identities.
- Type string
- The identity type.
- Identity
Ids []string - The list of identities.
- Type string
- The identity type.
- identity
Ids List<String> - The list of identities.
- type String
- The identity type.
- identity
Ids string[] - The list of identities.
- type string
- The identity type.
- identity_
ids Sequence[str] - The list of identities.
- type str
- The identity type.
- identity
Ids 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
- Step
Id string - The resource Id of the step to be run.
- Step
Id string - The resource Id of the step to be run.
- step
Id String - The resource Id of the step to be run.
- step
Id string - The resource Id of the step to be run.
- step_
id str - The resource Id of the step to be run.
- step
Id String - The resource Id of the step to be run.
ResourceOperationResponse
- Operation
Id string - Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- Provisioning
State string - State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- Status
Code string - Http status code of the operation.
- Status
Message string - Descriptive information of the resource operation.
- Resource
Name string - 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 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 string - Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- Provisioning
State string - State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- Status
Code string - Http status code of the operation.
- Status
Message string - Descriptive information of the resource operation.
- Resource
Name string - 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 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 String - Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioning
State String - State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- status
Code String - Http status code of the operation.
- status
Message String - Descriptive information of the resource operation.
- resource
Name String - 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 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 string - Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioning
State string - State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- status
Code string - Http status code of the operation.
- status
Message string - Descriptive information of the resource operation.
- resource
Name string - 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 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.
- operation
Id String - Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- provisioning
State String - State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- status
Code String - Http status code of the operation.
- status
Message String - Descriptive information of the resource operation.
- resource
Name String - 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 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
- End
Time 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.
- 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 string - The start time of the rollout in UTC.
- End
Time string - The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- Error
Cloud
Error 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 string - The start time of the rollout in UTC.
- end
Time String - The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error
Cloud
Error Body Response - The detailed error information for any failure.
- retry
Attempt 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.
- skip
Succeeded BooleanOn 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 String - The start time of the rollout in UTC.
- end
Time string - The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
- error
Cloud
Error Body Response - The detailed error information for any failure.
- retry
Attempt 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.
- skip
Succeeded booleanOn 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 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
Cloud
Error 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.
- end
Time 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.
- retry
Attempt 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.
- skip
Succeeded BooleanOn 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 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.
- Operation
Info Pulumi.Azure Native. Deployment Manager. Inputs. Step Operation Info Response - Detailed information of specific action execution.
- Resource
Operations 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.
- Step
Group string - The step group the current step is part of.
- Messages
[]Message
Response - Supplementary informative messages during rollout.
- Name string
- Name of the step.
- Operation
Info StepOperation Info Response - Detailed information of specific action execution.
- Resource
Operations []ResourceOperation Response - Set of resource operations that were performed, if any, on an Azure resource.
- Status string
- Current state of the step.
- Step
Group string - The step group the current step is part of.
- messages
List<Message
Response> - Supplementary informative messages during rollout.
- name String
- Name of the step.
- operation
Info StepOperation Info Response - Detailed information of specific action execution.
- resource
Operations List<ResourceOperation Response> - Set of resource operations that were performed, if any, on an Azure resource.
- status String
- Current state of the step.
- step
Group String - The step group the current step is part of.
- messages
Message
Response[] - Supplementary informative messages during rollout.
- name string
- Name of the step.
- operation
Info StepOperation Info Response - Detailed information of specific action execution.
- resource
Operations ResourceOperation Response[] - Set of resource operations that were performed, if any, on an Azure resource.
- status string
- Current state of the step.
- step
Group string - The step group the current step is part of.
- messages
Sequence[Message
Response] - 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.
- operation
Info Property Map - Detailed information of specific action execution.
- resource
Operations List<Property Map> - Set of resource operations that were performed, if any, on an Azure resource.
- status String
- Current state of the step.
- step
Group String - The step group the current step is part of.
ServiceResponse
- Target
Location string - The Azure location to which the resources in the service belong to or should be deployed to.
- Target
Subscription stringId - The subscription to which the resources in the service belong to or should be deployed to.
- Name string
- Name of the service.
- Service
Units List<Pulumi.Azure Native. Deployment Manager. Inputs. Service Unit Response> - The detailed information about the units that make up the service.
- Target
Location string - The Azure location to which the resources in the service belong to or should be deployed to.
- Target
Subscription stringId - The subscription to which the resources in the service belong to or should be deployed to.
- Name string
- Name of the service.
- Service
Units []ServiceUnit Response - The detailed information about the units that make up the service.
- target
Location String - The Azure location to which the resources in the service belong to or should be deployed to.
- target
Subscription StringId - The subscription to which the resources in the service belong to or should be deployed to.
- name String
- Name of the service.
- service
Units List<ServiceUnit Response> - The detailed information about the units that make up the service.
- target
Location string - The Azure location to which the resources in the service belong to or should be deployed to.
- target
Subscription stringId - The subscription to which the resources in the service belong to or should be deployed to.
- name string
- Name of the service.
- service
Units 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.
- target
Location String - The Azure location to which the resources in the service belong to or should be deployed to.
- target
Subscription StringId - The subscription to which the resources in the service belong to or should be deployed to.
- name String
- Name of the service.
- service
Units List<Property Map> - The detailed information about the units that make up the service.
ServiceUnitArtifactsResponse
- Parameters
Artifact stringSource Relative Path - The path to the ARM parameters file relative to the artifact source.
- Parameters
Uri string - The full URI of the ARM parameters file with the SAS token.
- Template
Artifact stringSource Relative Path - The path to the ARM template file relative to the artifact source.
- Template
Uri string - The full URI of the ARM template file with the SAS token.
- Parameters
Artifact stringSource Relative Path - The path to the ARM parameters file relative to the artifact source.
- Parameters
Uri string - The full URI of the ARM parameters file with the SAS token.
- Template
Artifact stringSource Relative Path - The path to the ARM template file relative to the artifact source.
- Template
Uri string - The full URI of the ARM template file with the SAS token.
- parameters
Artifact StringSource Relative Path - The path to the ARM parameters file relative to the artifact source.
- parameters
Uri String - The full URI of the ARM parameters file with the SAS token.
- template
Artifact StringSource Relative Path - The path to the ARM template file relative to the artifact source.
- template
Uri String - The full URI of the ARM template file with the SAS token.
- parameters
Artifact stringSource Relative Path - The path to the ARM parameters file relative to the artifact source.
- parameters
Uri string - The full URI of the ARM parameters file with the SAS token.
- template
Artifact stringSource Relative Path - The path to the ARM template file relative to the artifact source.
- template
Uri 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.
- parameters
Artifact StringSource Relative Path - The path to the ARM parameters file relative to the artifact source.
- parameters
Uri String - The full URI of the ARM parameters file with the SAS token.
- template
Artifact StringSource Relative Path - The path to the ARM template file relative to the artifact source.
- template
Uri String - The full URI of the ARM template file with the SAS token.
ServiceUnitResponse
- Deployment
Mode string - Describes the type of ARM deployment to be performed on the resource.
- Target
Resource 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.
- Deployment
Mode string - Describes the type of ARM deployment to be performed on the resource.
- Target
Resource stringGroup - The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- Artifacts
Service
Unit Artifacts Response - The artifacts for the service unit.
- Name string
- Name of the service unit.
- Steps
[]Rollout
Step Response - Detailed step information, if present.
- deployment
Mode String - Describes the type of ARM deployment to be performed on the resource.
- target
Resource StringGroup - The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts
Service
Unit Artifacts Response - The artifacts for the service unit.
- name String
- Name of the service unit.
- steps
List<Rollout
Step Response> - Detailed step information, if present.
- deployment
Mode string - Describes the type of ARM deployment to be performed on the resource.
- target
Resource stringGroup - The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- artifacts
Service
Unit Artifacts Response - The artifacts for the service unit.
- name string
- Name of the service unit.
- steps
Rollout
Step 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
Service
Unit Artifacts Response - The artifacts for the service unit.
- name str
- Name of the service unit.
- steps
Sequence[Rollout
Step Response] - Detailed step information, if present.
- deployment
Mode String - Describes the type of ARM deployment to be performed on the resource.
- target
Resource 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
- Deployment
Target 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.
- Depends
On List<string>Step Groups - The list of step group names on which this step group depends on.
- Post
Deployment List<Pulumi.Steps Azure Native. Deployment Manager. Inputs. Pre Post Step Response> - The list of steps to be run after deploying the target.
- Pre
Deployment List<Pulumi.Steps Azure Native. Deployment Manager. Inputs. Pre Post Step Response> - The list of steps to be run before deploying the target.
- Deployment
Target 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.
- Depends
On []stringStep Groups - The list of step group names on which this step group depends on.
- Post
Deployment []PreSteps Post Step Response - The list of steps to be run after deploying the target.
- Pre
Deployment []PreSteps Post Step Response - The list of steps to be run before deploying the target.
- deployment
Target 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.
- depends
On List<String>Step Groups - The list of step group names on which this step group depends on.
- post
Deployment List<PreSteps Post Step Response> - The list of steps to be run after deploying the target.
- pre
Deployment List<PreSteps Post Step Response> - The list of steps to be run before deploying the target.
- deployment
Target 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.
- depends
On string[]Step Groups - The list of step group names on which this step group depends on.
- post
Deployment PreSteps Post Step Response[] - The list of steps to be run after deploying the target.
- pre
Deployment 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.
- deployment
Target 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.
- depends
On List<String>Step Groups - The list of step group names on which this step group depends on.
- post
Deployment List<Property Map>Steps - The list of steps to be run after deploying the target.
- pre
Deployment List<Property Map>Steps - The list of steps to be run before deploying the target.
StepOperationInfoResponse
- Correlation
Id string - Unique identifier to track the request for ARM-based resources.
- Deployment
Name string - The name of the ARM deployment initiated as part of the step.
- End
Time string - End time of the action in UTC.
- Last
Updated stringTime - Last time in UTC this operation was updated.
- Start
Time 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.
- Correlation
Id string - Unique identifier to track the request for ARM-based resources.
- Deployment
Name string - The name of the ARM deployment initiated as part of the step.
- End
Time string - End time of the action in UTC.
- Last
Updated stringTime - Last time in UTC this operation was updated.
- Start
Time string - Start time of the action in UTC.
- Error
Cloud
Error Body Response - The errors, if any, for the action.
- correlation
Id String - Unique identifier to track the request for ARM-based resources.
- deployment
Name String - The name of the ARM deployment initiated as part of the step.
- end
Time String - End time of the action in UTC.
- last
Updated StringTime - Last time in UTC this operation was updated.
- start
Time String - Start time of the action in UTC.
- error
Cloud
Error Body Response - The errors, if any, for the action.
- correlation
Id string - Unique identifier to track the request for ARM-based resources.
- deployment
Name string - The name of the ARM deployment initiated as part of the step.
- end
Time string - End time of the action in UTC.
- last
Updated stringTime - Last time in UTC this operation was updated.
- start
Time string - Start time of the action in UTC.
- error
Cloud
Error 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
Cloud
Error Body Response - The errors, if any, for the action.
- correlation
Id String - Unique identifier to track the request for ARM-based resources.
- deployment
Name String - The name of the ARM deployment initiated as part of the step.
- end
Time String - End time of the action in UTC.
- last
Updated StringTime - Last time in UTC this operation was updated.
- start
Time 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