IAzureVMDiskDetails.CustomTargetDiskName 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.
The custom target Azure disk name.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The custom target Azure disk name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customTargetDiskName")]
public string CustomTargetDiskName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The custom target Azure disk name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="customTargetDiskName")>]
member this.CustomTargetDiskName : string with get, set
Public Property CustomTargetDiskName As String
Property Value
- Attributes