IStorageTaskAssignmentProperties.RunStatusTaskAssignmentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="taskAssignmentId", Update=false)]
public string RunStatusTaskAssignmentId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="taskAssignmentId", Update=false)>]
member this.RunStatusTaskAssignmentId : string
Public ReadOnly Property RunStatusTaskAssignmentId As String
Property Value
- Attributes