This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.storage.getStorageTaskAssignment
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the storage task assignment properties Azure REST API version: 2023-05-01.
Other available API versions: 2024-01-01.
Using getStorageTaskAssignment
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 getStorageTaskAssignment(args: GetStorageTaskAssignmentArgs, opts?: InvokeOptions): Promise<GetStorageTaskAssignmentResult>
function getStorageTaskAssignmentOutput(args: GetStorageTaskAssignmentOutputArgs, opts?: InvokeOptions): Output<GetStorageTaskAssignmentResult>def get_storage_task_assignment(account_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                storage_task_assignment_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetStorageTaskAssignmentResult
def get_storage_task_assignment_output(account_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                storage_task_assignment_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetStorageTaskAssignmentResult]func LookupStorageTaskAssignment(ctx *Context, args *LookupStorageTaskAssignmentArgs, opts ...InvokeOption) (*LookupStorageTaskAssignmentResult, error)
func LookupStorageTaskAssignmentOutput(ctx *Context, args *LookupStorageTaskAssignmentOutputArgs, opts ...InvokeOption) LookupStorageTaskAssignmentResultOutput> Note: This function is named LookupStorageTaskAssignment in the Go SDK.
public static class GetStorageTaskAssignment 
{
    public static Task<GetStorageTaskAssignmentResult> InvokeAsync(GetStorageTaskAssignmentArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageTaskAssignmentResult> Invoke(GetStorageTaskAssignmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageTaskAssignmentResult> getStorageTaskAssignment(GetStorageTaskAssignmentArgs args, InvokeOptions options)
public static Output<GetStorageTaskAssignmentResult> getStorageTaskAssignment(GetStorageTaskAssignmentArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:storage:getStorageTaskAssignment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- StorageTask stringAssignment Name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- AccountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- StorageTask stringAssignment Name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- accountName String
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- storageTask StringAssignment Name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- accountName string
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- storageTask stringAssignment Name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- account_name str
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- storage_task_ strassignment_ name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- accountName String
- The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- storageTask StringAssignment Name 
- The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
getStorageTaskAssignment Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
Pulumi.Azure Native. Storage. Outputs. Storage Task Assignment Properties Response 
- Properties of the storage task assignment.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
StorageTask Assignment Properties Response 
- Properties of the storage task assignment.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties
StorageTask Assignment Properties Response 
- Properties of the storage task assignment.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- properties
StorageTask Assignment Properties Response 
- Properties of the storage task assignment.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- properties
StorageTask Assignment Properties Response 
- Properties of the storage task assignment.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties Property Map
- Properties of the storage task assignment.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ExecutionTargetResponse  
- ExcludePrefix List<string>
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- Prefix List<string>
- Required list of object prefixes to be included for task execution
- ExcludePrefix []string
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- Prefix []string
- Required list of object prefixes to be included for task execution
- excludePrefix List<String>
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- prefix List<String>
- Required list of object prefixes to be included for task execution
- excludePrefix string[]
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- prefix string[]
- Required list of object prefixes to be included for task execution
- exclude_prefix Sequence[str]
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- prefix Sequence[str]
- Required list of object prefixes to be included for task execution
- excludePrefix List<String>
- List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor
- prefix List<String>
- Required list of object prefixes to be included for task execution
ExecutionTriggerResponse  
- Parameters
Pulumi.Azure Native. Storage. Inputs. Trigger Parameters Response 
- The trigger parameters of the storage task assignment execution
- Type string
- The trigger type of the storage task assignment execution
- Parameters
TriggerParameters Response 
- The trigger parameters of the storage task assignment execution
- Type string
- The trigger type of the storage task assignment execution
- parameters
TriggerParameters Response 
- The trigger parameters of the storage task assignment execution
- type String
- The trigger type of the storage task assignment execution
- parameters
TriggerParameters Response 
- The trigger parameters of the storage task assignment execution
- type string
- The trigger type of the storage task assignment execution
- parameters
TriggerParameters Response 
- The trigger parameters of the storage task assignment execution
- type str
- The trigger type of the storage task assignment execution
- parameters Property Map
- The trigger parameters of the storage task assignment execution
- type String
- The trigger type of the storage task assignment execution
StorageTaskAssignmentExecutionContextResponse     
- Trigger
Pulumi.Azure Native. Storage. Inputs. Execution Trigger Response 
- Execution trigger of the storage task assignment
- Target
Pulumi.Azure Native. Storage. Inputs. Execution Target Response 
- Execution target of the storage task assignment
- Trigger
ExecutionTrigger Response 
- Execution trigger of the storage task assignment
- Target
ExecutionTarget Response 
- Execution target of the storage task assignment
- trigger
ExecutionTrigger Response 
- Execution trigger of the storage task assignment
- target
ExecutionTarget Response 
- Execution target of the storage task assignment
- trigger
ExecutionTrigger Response 
- Execution trigger of the storage task assignment
- target
ExecutionTarget Response 
- Execution target of the storage task assignment
- trigger
ExecutionTrigger Response 
- Execution trigger of the storage task assignment
- target
ExecutionTarget Response 
- Execution target of the storage task assignment
- trigger Property Map
- Execution trigger of the storage task assignment
- target Property Map
- Execution target of the storage task assignment
StorageTaskAssignmentPropertiesResponse    
- Description string
- Text that describes the purpose of the storage task assignment
- Enabled bool
- Whether the storage task assignment is enabled or not
- ExecutionContext Pulumi.Azure Native. Storage. Inputs. Storage Task Assignment Execution Context Response 
- The storage task assignment execution context
- ProvisioningState string
- Represents the provisioning state of the storage task assignment.
- Report
Pulumi.Azure Native. Storage. Inputs. Storage Task Assignment Report Response 
- The storage task assignment report
- TaskId string
- Id of the corresponding storage task
- RunStatus Pulumi.Azure Native. Storage. Inputs. Storage Task Report Properties Response 
- Run status of storage task assignment
- Description string
- Text that describes the purpose of the storage task assignment
- Enabled bool
- Whether the storage task assignment is enabled or not
- ExecutionContext StorageTask Assignment Execution Context Response 
- The storage task assignment execution context
- ProvisioningState string
- Represents the provisioning state of the storage task assignment.
- Report
StorageTask Assignment Report Response 
- The storage task assignment report
- TaskId string
- Id of the corresponding storage task
- RunStatus StorageTask Report Properties Response 
- Run status of storage task assignment
- description String
- Text that describes the purpose of the storage task assignment
- enabled Boolean
- Whether the storage task assignment is enabled or not
- executionContext StorageTask Assignment Execution Context Response 
- The storage task assignment execution context
- provisioningState String
- Represents the provisioning state of the storage task assignment.
- report
StorageTask Assignment Report Response 
- The storage task assignment report
- taskId String
- Id of the corresponding storage task
- runStatus StorageTask Report Properties Response 
- Run status of storage task assignment
- description string
- Text that describes the purpose of the storage task assignment
- enabled boolean
- Whether the storage task assignment is enabled or not
- executionContext StorageTask Assignment Execution Context Response 
- The storage task assignment execution context
- provisioningState string
- Represents the provisioning state of the storage task assignment.
- report
StorageTask Assignment Report Response 
- The storage task assignment report
- taskId string
- Id of the corresponding storage task
- runStatus StorageTask Report Properties Response 
- Run status of storage task assignment
- description str
- Text that describes the purpose of the storage task assignment
- enabled bool
- Whether the storage task assignment is enabled or not
- execution_context StorageTask Assignment Execution Context Response 
- The storage task assignment execution context
- provisioning_state str
- Represents the provisioning state of the storage task assignment.
- report
StorageTask Assignment Report Response 
- The storage task assignment report
- task_id str
- Id of the corresponding storage task
- run_status StorageTask Report Properties Response 
- Run status of storage task assignment
- description String
- Text that describes the purpose of the storage task assignment
- enabled Boolean
- Whether the storage task assignment is enabled or not
- executionContext Property Map
- The storage task assignment execution context
- provisioningState String
- Represents the provisioning state of the storage task assignment.
- report Property Map
- The storage task assignment report
- taskId String
- Id of the corresponding storage task
- runStatus Property Map
- Run status of storage task assignment
StorageTaskAssignmentReportResponse    
- Prefix string
- The container prefix for the location of storage task assignment report
- Prefix string
- The container prefix for the location of storage task assignment report
- prefix String
- The container prefix for the location of storage task assignment report
- prefix string
- The container prefix for the location of storage task assignment report
- prefix str
- The container prefix for the location of storage task assignment report
- prefix String
- The container prefix for the location of storage task assignment report
StorageTaskReportPropertiesResponse    
- FinishTime string
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectFailed stringCount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsOperated stringOn Count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsSucceeded stringCount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsTargeted stringCount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- RunResult string
- Represents the overall result of the execution for the run instance
- RunStatus stringEnum 
- Represents the status of the execution.
- RunStatus stringError 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- StartTime string
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- StorageAccount stringId 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- SummaryReport stringPath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- TaskAssignment stringId 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- TaskId string
- Storage Task Arm Id.
- TaskVersion string
- Storage Task Version
- FinishTime string
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectFailed stringCount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsOperated stringOn Count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsSucceeded stringCount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- ObjectsTargeted stringCount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- RunResult string
- Represents the overall result of the execution for the run instance
- RunStatus stringEnum 
- Represents the status of the execution.
- RunStatus stringError 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- StartTime string
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- StorageAccount stringId 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- SummaryReport stringPath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- TaskAssignment stringId 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- TaskId string
- Storage Task Arm Id.
- TaskVersion string
- Storage Task Version
- finishTime String
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectFailed StringCount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsOperated StringOn Count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsSucceeded StringCount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsTargeted StringCount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- runResult String
- Represents the overall result of the execution for the run instance
- runStatus StringEnum 
- Represents the status of the execution.
- runStatus StringError 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- startTime String
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- storageAccount StringId 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- summaryReport StringPath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- taskAssignment StringId 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- taskId String
- Storage Task Arm Id.
- taskVersion String
- Storage Task Version
- finishTime string
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectFailed stringCount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsOperated stringOn Count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsSucceeded stringCount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsTargeted stringCount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- runResult string
- Represents the overall result of the execution for the run instance
- runStatus stringEnum 
- Represents the status of the execution.
- runStatus stringError 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- startTime string
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- storageAccount stringId 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- summaryReport stringPath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- taskAssignment stringId 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- taskId string
- Storage Task Arm Id.
- taskVersion string
- Storage Task Version
- finish_time str
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- object_failed_ strcount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objects_operated_ stron_ count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objects_succeeded_ strcount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objects_targeted_ strcount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- run_result str
- Represents the overall result of the execution for the run instance
- run_status_ strenum 
- Represents the status of the execution.
- run_status_ strerror 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- start_time str
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- storage_account_ strid 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- summary_report_ strpath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- task_assignment_ strid 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- task_id str
- Storage Task Arm Id.
- task_version str
- Storage Task Version
- finishTime String
- End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectFailed StringCount 
- Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsOperated StringOn Count 
- Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsSucceeded StringCount 
- Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- objectsTargeted StringCount 
- Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- runResult String
- Represents the overall result of the execution for the run instance
- runStatus StringEnum 
- Represents the status of the execution.
- runStatus StringError 
- Well known Azure Storage error code that represents the error encountered during execution of the run instance.
- startTime String
- Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators
- storageAccount StringId 
- Represents the Storage Account Id where the storage task definition was applied and executed.
- summaryReport StringPath 
- Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
- taskAssignment StringId 
- Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
- taskId String
- Storage Task Arm Id.
- taskVersion String
- Storage Task Version
TriggerParametersResponse  
- EndBy string
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- Interval int
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- IntervalUnit string
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- StartFrom string
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- StartOn string
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
- EndBy string
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- Interval int
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- IntervalUnit string
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- StartFrom string
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- StartOn string
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
- endBy String
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- interval Integer
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- intervalUnit String
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startFrom String
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startOn String
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
- endBy string
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- interval number
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- intervalUnit string
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startFrom string
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startOn string
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
- end_by str
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- interval int
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- interval_unit str
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- start_from str
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- start_on str
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
- endBy String
- When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- interval Number
- Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- intervalUnit String
- Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startFrom String
- When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'
- startOn String
- When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi