IStorageTaskReportInstance.StorageAccountId 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 Account Id where the storage task definition was applied and executed.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the Storage Account Id where the storage task definition was applied and executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="storageAccountId", Update=false)]
public string StorageAccountId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the Storage Account Id where the storage task definition was applied and executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="storageAccountId", Update=false)>]
member this.StorageAccountId : string
Public ReadOnly Property StorageAccountId As String
Property Value
- Attributes