1. Packages
  2. Azure Native v2
  3. API Docs
  4. resources
  5. getAzurePowerShellScript
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.resources.getAzurePowerShellScript

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets a deployment script with a given name. Azure REST API version: 2020-10-01.

Using getAzurePowerShellScript

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 getAzurePowerShellScript(args: GetAzurePowerShellScriptArgs, opts?: InvokeOptions): Promise<GetAzurePowerShellScriptResult>
function getAzurePowerShellScriptOutput(args: GetAzurePowerShellScriptOutputArgs, opts?: InvokeOptions): Output<GetAzurePowerShellScriptResult>
Copy
def get_azure_power_shell_script(resource_group_name: Optional[str] = None,
                                 script_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetAzurePowerShellScriptResult
def get_azure_power_shell_script_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                 script_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetAzurePowerShellScriptResult]
Copy
func LookupAzurePowerShellScript(ctx *Context, args *LookupAzurePowerShellScriptArgs, opts ...InvokeOption) (*LookupAzurePowerShellScriptResult, error)
func LookupAzurePowerShellScriptOutput(ctx *Context, args *LookupAzurePowerShellScriptOutputArgs, opts ...InvokeOption) LookupAzurePowerShellScriptResultOutput
Copy

> Note: This function is named LookupAzurePowerShellScript in the Go SDK.

public static class GetAzurePowerShellScript 
{
    public static Task<GetAzurePowerShellScriptResult> InvokeAsync(GetAzurePowerShellScriptArgs args, InvokeOptions? opts = null)
    public static Output<GetAzurePowerShellScriptResult> Invoke(GetAzurePowerShellScriptInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAzurePowerShellScriptResult> getAzurePowerShellScript(GetAzurePowerShellScriptArgs args, InvokeOptions options)
public static Output<GetAzurePowerShellScriptResult> getAzurePowerShellScript(GetAzurePowerShellScriptArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:resources:getAzurePowerShellScript
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ScriptName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment script.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ScriptName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment script.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
scriptName
This property is required.
Changes to this property will trigger replacement.
String
Name of the deployment script.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
scriptName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment script.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
script_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the deployment script.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
scriptName
This property is required.
Changes to this property will trigger replacement.
String
Name of the deployment script.

getAzurePowerShellScript Result

The following output properties are available:

AzPowerShellVersion string
Azure PowerShell module version to be used.
Id string
String Id used to locate any resource on Azure.
Location string
The location of the ACI and the storage account for the deployment script.
Name string
Name of this resource.
Outputs Dictionary<string, object>
List of script outputs.
ProvisioningState string
State of the script execution. This only appears in the response.
RetentionInterval string
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
Status Pulumi.AzureNative.Resources.Outputs.ScriptStatusResponse
Contains the results of script execution.
SystemData Pulumi.AzureNative.Resources.Outputs.SystemDataResponse
The system metadata related to this resource.
Type string
Type of this resource.
Arguments string
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
CleanupPreference string
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
ContainerSettings Pulumi.AzureNative.Resources.Outputs.ContainerConfigurationResponse
Container settings.
EnvironmentVariables List<Pulumi.AzureNative.Resources.Outputs.EnvironmentVariableResponse>
The environment variables to pass over to the script.
ForceUpdateTag string
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
Identity Pulumi.AzureNative.Resources.Outputs.ManagedServiceIdentityResponse
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
PrimaryScriptUri string
Uri for the script. This is the entry point for the external script.
ScriptContent string
Script body.
StorageAccountSettings Pulumi.AzureNative.Resources.Outputs.StorageAccountConfigurationResponse
Storage Account settings.
SupportingScriptUris List<string>
Supporting files for the external script.
Tags Dictionary<string, string>
Resource tags.
Timeout string
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
AzPowerShellVersion string
Azure PowerShell module version to be used.
Id string
String Id used to locate any resource on Azure.
Location string
The location of the ACI and the storage account for the deployment script.
Name string
Name of this resource.
Outputs map[string]interface{}
List of script outputs.
ProvisioningState string
State of the script execution. This only appears in the response.
RetentionInterval string
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
Status ScriptStatusResponse
Contains the results of script execution.
SystemData SystemDataResponse
The system metadata related to this resource.
Type string
Type of this resource.
Arguments string
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
CleanupPreference string
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
ContainerSettings ContainerConfigurationResponse
Container settings.
EnvironmentVariables []EnvironmentVariableResponse
The environment variables to pass over to the script.
ForceUpdateTag string
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
Identity ManagedServiceIdentityResponse
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
PrimaryScriptUri string
Uri for the script. This is the entry point for the external script.
ScriptContent string
Script body.
StorageAccountSettings StorageAccountConfigurationResponse
Storage Account settings.
SupportingScriptUris []string
Supporting files for the external script.
Tags map[string]string
Resource tags.
Timeout string
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
azPowerShellVersion String
Azure PowerShell module version to be used.
id String
String Id used to locate any resource on Azure.
location String
The location of the ACI and the storage account for the deployment script.
name String
Name of this resource.
outputs Map<String,Object>
List of script outputs.
provisioningState String
State of the script execution. This only appears in the response.
retentionInterval String
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
status ScriptStatusResponse
Contains the results of script execution.
systemData SystemDataResponse
The system metadata related to this resource.
type String
Type of this resource.
arguments String
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
cleanupPreference String
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
containerSettings ContainerConfigurationResponse
Container settings.
environmentVariables List<EnvironmentVariableResponse>
The environment variables to pass over to the script.
forceUpdateTag String
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
identity ManagedServiceIdentityResponse
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
primaryScriptUri String
Uri for the script. This is the entry point for the external script.
scriptContent String
Script body.
storageAccountSettings StorageAccountConfigurationResponse
Storage Account settings.
supportingScriptUris List<String>
Supporting files for the external script.
tags Map<String,String>
Resource tags.
timeout String
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
azPowerShellVersion string
Azure PowerShell module version to be used.
id string
String Id used to locate any resource on Azure.
location string
The location of the ACI and the storage account for the deployment script.
name string
Name of this resource.
outputs {[key: string]: any}
List of script outputs.
provisioningState string
State of the script execution. This only appears in the response.
retentionInterval string
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
status ScriptStatusResponse
Contains the results of script execution.
systemData SystemDataResponse
The system metadata related to this resource.
type string
Type of this resource.
arguments string
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
cleanupPreference string
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
containerSettings ContainerConfigurationResponse
Container settings.
environmentVariables EnvironmentVariableResponse[]
The environment variables to pass over to the script.
forceUpdateTag string
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
identity ManagedServiceIdentityResponse
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
primaryScriptUri string
Uri for the script. This is the entry point for the external script.
scriptContent string
Script body.
storageAccountSettings StorageAccountConfigurationResponse
Storage Account settings.
supportingScriptUris string[]
Supporting files for the external script.
tags {[key: string]: string}
Resource tags.
timeout string
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
az_power_shell_version str
Azure PowerShell module version to be used.
id str
String Id used to locate any resource on Azure.
location str
The location of the ACI and the storage account for the deployment script.
name str
Name of this resource.
outputs Mapping[str, Any]
List of script outputs.
provisioning_state str
State of the script execution. This only appears in the response.
retention_interval str
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
status ScriptStatusResponse
Contains the results of script execution.
system_data SystemDataResponse
The system metadata related to this resource.
type str
Type of this resource.
arguments str
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
cleanup_preference str
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
container_settings ContainerConfigurationResponse
Container settings.
environment_variables Sequence[EnvironmentVariableResponse]
The environment variables to pass over to the script.
force_update_tag str
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
identity ManagedServiceIdentityResponse
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
primary_script_uri str
Uri for the script. This is the entry point for the external script.
script_content str
Script body.
storage_account_settings StorageAccountConfigurationResponse
Storage Account settings.
supporting_script_uris Sequence[str]
Supporting files for the external script.
tags Mapping[str, str]
Resource tags.
timeout str
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D
azPowerShellVersion String
Azure PowerShell module version to be used.
id String
String Id used to locate any resource on Azure.
location String
The location of the ACI and the storage account for the deployment script.
name String
Name of this resource.
outputs Map<Any>
List of script outputs.
provisioningState String
State of the script execution. This only appears in the response.
retentionInterval String
Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day).
status Property Map
Contains the results of script execution.
systemData Property Map
The system metadata related to this resource.
type String
Type of this resource.
arguments String
Command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'
cleanupPreference String
The clean up preference when the script execution gets in a terminal state. Default setting is 'Always'.
containerSettings Property Map
Container settings.
environmentVariables List<Property Map>
The environment variables to pass over to the script.
forceUpdateTag String
Gets or sets how the deployment script should be forced to execute even if the script resource has not changed. Can be current time stamp or a GUID.
identity Property Map
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
primaryScriptUri String
Uri for the script. This is the entry point for the external script.
scriptContent String
Script body.
storageAccountSettings Property Map
Storage Account settings.
supportingScriptUris List<String>
Supporting files for the external script.
tags Map<String>
Resource tags.
timeout String
Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D

Supporting Types

ContainerConfigurationResponse

ContainerGroupName string
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.
ContainerGroupName string
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.
containerGroupName String
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.
containerGroupName string
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.
container_group_name str
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.
containerGroupName String
Container group name, if not specified then the name will get auto-generated. Not specifying a 'containerGroupName' indicates the system to generate a unique name which might end up flagging an Azure Policy as non-compliant. Use 'containerGroupName' when you have an Azure Policy that expects a specific naming convention or when you want to fully control the name. 'containerGroupName' property must be between 1 and 63 characters long, must contain only lowercase letters, numbers, and dashes and it cannot start or end with a dash and consecutive dashes are not allowed. To specify a 'containerGroupName', add the following object to properties: { "containerSettings": { "containerGroupName": "contoso-container" } }. If you do not want to specify a 'containerGroupName' then do not add 'containerSettings' property.

EnvironmentVariableResponse

Name This property is required. string
The name of the environment variable.
SecureValue string
The value of the secure environment variable.
Value string
The value of the environment variable.
Name This property is required. string
The name of the environment variable.
SecureValue string
The value of the secure environment variable.
Value string
The value of the environment variable.
name This property is required. String
The name of the environment variable.
secureValue String
The value of the secure environment variable.
value String
The value of the environment variable.
name This property is required. string
The name of the environment variable.
secureValue string
The value of the secure environment variable.
value string
The value of the environment variable.
name This property is required. str
The name of the environment variable.
secure_value str
The value of the secure environment variable.
value str
The value of the environment variable.
name This property is required. String
The name of the environment variable.
secureValue String
The value of the secure environment variable.
value String
The value of the environment variable.

ErrorAdditionalInfoResponse

Info This property is required. object
The additional info.
Type This property is required. string
The additional info type.
Info This property is required. interface{}
The additional info.
Type This property is required. string
The additional info type.
info This property is required. Object
The additional info.
type This property is required. String
The additional info type.
info This property is required. any
The additional info.
type This property is required. string
The additional info type.
info This property is required. Any
The additional info.
type This property is required. str
The additional info type.
info This property is required. Any
The additional info.
type This property is required. String
The additional info type.

ErrorDetailResponse

AdditionalInfo This property is required. List<Pulumi.AzureNative.Resources.Inputs.ErrorAdditionalInfoResponse>
The error additional info.
Code This property is required. string
The error code.
Details This property is required. List<Pulumi.AzureNative.Resources.Inputs.ErrorDetailResponse>
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
AdditionalInfo This property is required. []ErrorAdditionalInfoResponse
The error additional info.
Code This property is required. string
The error code.
Details This property is required. []ErrorDetailResponse
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
additionalInfo This property is required. List<ErrorAdditionalInfoResponse>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<ErrorDetailResponse>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.
additionalInfo This property is required. ErrorAdditionalInfoResponse[]
The error additional info.
code This property is required. string
The error code.
details This property is required. ErrorDetailResponse[]
The error details.
message This property is required. string
The error message.
target This property is required. string
The error target.
additional_info This property is required. Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code This property is required. str
The error code.
details This property is required. Sequence[ErrorDetailResponse]
The error details.
message This property is required. str
The error message.
target This property is required. str
The error target.
additionalInfo This property is required. List<Property Map>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<Property Map>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.

ErrorResponseResponse

AdditionalInfo []ErrorAdditionalInfoResponse
The error additional info.
Code string
The error code.
Details []ErrorResponseResponse
The error details.
Error ErrorDetailResponse
The error object.
Message string
The error message.
Target string
The error target.
additionalInfo List<ErrorAdditionalInfoResponse>
The error additional info.
code String
The error code.
details List<ErrorResponseResponse>
The error details.
error ErrorDetailResponse
The error object.
message String
The error message.
target String
The error target.
additionalInfo ErrorAdditionalInfoResponse[]
The error additional info.
code string
The error code.
details ErrorResponseResponse[]
The error details.
error ErrorDetailResponse
The error object.
message string
The error message.
target string
The error target.
additional_info Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code str
The error code.
details Sequence[ErrorResponseResponse]
The error details.
error ErrorDetailResponse
The error object.
message str
The error message.
target str
The error target.
additionalInfo List<Property Map>
The error additional info.
code String
The error code.
details List<Property Map>
The error details.
error Property Map
The error object.
message String
The error message.
target String
The error target.

ManagedServiceIdentityResponse

TenantId This property is required. string
ID of the Azure Active Directory.
Type string
Type of the managed identity.
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.Resources.Inputs.UserAssignedIdentityResponse>
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
TenantId This property is required. string
ID of the Azure Active Directory.
Type string
Type of the managed identity.
UserAssignedIdentities map[string]UserAssignedIdentityResponse
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
tenantId This property is required. String
ID of the Azure Active Directory.
type String
Type of the managed identity.
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
tenantId This property is required. string
ID of the Azure Active Directory.
type string
Type of the managed identity.
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
tenant_id This property is required. str
ID of the Azure Active Directory.
type str
Type of the managed identity.
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
tenantId This property is required. String
ID of the Azure Active Directory.
type String
Type of the managed identity.
userAssignedIdentities Map<Property Map>
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.

ScriptStatusResponse

ContainerInstanceId This property is required. string
ACI resource Id.
EndTime This property is required. string
End time of the script execution.
ExpirationTime This property is required. string
Time the deployment script resource will expire.
StartTime This property is required. string
Start time of the script execution.
StorageAccountId This property is required. string
Storage account resource Id.
Error Pulumi.AzureNative.Resources.Inputs.ErrorResponseResponse
Error that is relayed from the script execution.
ContainerInstanceId This property is required. string
ACI resource Id.
EndTime This property is required. string
End time of the script execution.
ExpirationTime This property is required. string
Time the deployment script resource will expire.
StartTime This property is required. string
Start time of the script execution.
StorageAccountId This property is required. string
Storage account resource Id.
Error ErrorResponseResponse
Error that is relayed from the script execution.
containerInstanceId This property is required. String
ACI resource Id.
endTime This property is required. String
End time of the script execution.
expirationTime This property is required. String
Time the deployment script resource will expire.
startTime This property is required. String
Start time of the script execution.
storageAccountId This property is required. String
Storage account resource Id.
error ErrorResponseResponse
Error that is relayed from the script execution.
containerInstanceId This property is required. string
ACI resource Id.
endTime This property is required. string
End time of the script execution.
expirationTime This property is required. string
Time the deployment script resource will expire.
startTime This property is required. string
Start time of the script execution.
storageAccountId This property is required. string
Storage account resource Id.
error ErrorResponseResponse
Error that is relayed from the script execution.
container_instance_id This property is required. str
ACI resource Id.
end_time This property is required. str
End time of the script execution.
expiration_time This property is required. str
Time the deployment script resource will expire.
start_time This property is required. str
Start time of the script execution.
storage_account_id This property is required. str
Storage account resource Id.
error ErrorResponseResponse
Error that is relayed from the script execution.
containerInstanceId This property is required. String
ACI resource Id.
endTime This property is required. String
End time of the script execution.
expirationTime This property is required. String
Time the deployment script resource will expire.
startTime This property is required. String
Start time of the script execution.
storageAccountId This property is required. String
Storage account resource Id.
error Property Map
Error that is relayed from the script execution.

StorageAccountConfigurationResponse

StorageAccountKey string
The storage account access key.
StorageAccountName string
The storage account name.
StorageAccountKey string
The storage account access key.
StorageAccountName string
The storage account name.
storageAccountKey String
The storage account access key.
storageAccountName String
The storage account name.
storageAccountKey string
The storage account access key.
storageAccountName string
The storage account name.
storage_account_key str
The storage account access key.
storage_account_name str
The storage account name.
storageAccountKey String
The storage account access key.
storageAccountName String
The storage account name.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserAssignedIdentityResponse

ClientId This property is required. string
Client App Id associated with this identity.
PrincipalId This property is required. string
Azure Active Directory principal ID associated with this identity.
ClientId This property is required. string
Client App Id associated with this identity.
PrincipalId This property is required. string
Azure Active Directory principal ID associated with this identity.
clientId This property is required. String
Client App Id associated with this identity.
principalId This property is required. String
Azure Active Directory principal ID associated with this identity.
clientId This property is required. string
Client App Id associated with this identity.
principalId This property is required. string
Azure Active Directory principal ID associated with this identity.
client_id This property is required. str
Client App Id associated with this identity.
principal_id This property is required. str
Azure Active Directory principal ID associated with this identity.
clientId This property is required. String
Client App Id associated with this identity.
principalId This property is required. String
Azure Active Directory principal ID associated with this identity.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi