IWithDataDiskFromDisk.FromDisk Method
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.
Overloads
FromDisk(IDisk) |
Specifies the source data managed disk. |
FromDisk(String) |
Specifies the ID of source data managed disk. |
FromDisk(IDisk)
Specifies the source data managed disk.
public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk managedDisk);
abstract member FromDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromDisk (managedDisk As IDisk) As IWithCreateAndSize
Parameters
- managedDisk
- IDisk
Source managed disk.
Returns
Applies to
FromDisk(String)
Specifies the ID of source data managed disk.
public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromDisk (string managedDiskId);
abstract member FromDisk : string -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromDisk (managedDiskId As String) As IWithCreateAndSize
Parameters
- managedDiskId
- String
Source managed disk resource ID.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.