IExportDiskDetails.BackupManifestCloudPath 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.
Path to backed up manifest, only returned if enableManifestBackup is true.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Path to backed up manifest, only returned if enableManifestBackup is true.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="backupManifestCloudPath")]
public string BackupManifestCloudPath { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Path to backed up manifest, only returned if enableManifestBackup is true.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="backupManifestCloudPath")>]
member this.BackupManifestCloudPath : string
Public ReadOnly Property BackupManifestCloudPath As String
Property Value
- Attributes