IStorageAccount.BlobRestoreStatusRestoreId 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.
Id for tracking blob restore request.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Id for tracking blob restore request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="restoreId", Update=false)]
public string BlobRestoreStatusRestoreId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Id for tracking blob restore request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="restoreId", Update=false)>]
member this.BlobRestoreStatusRestoreId : string
Public ReadOnly Property BlobRestoreStatusRestoreId As String
Property Value
- Attributes