CreationData Constructors
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
CreationData() | |
CreationData(String, String, ImageDiskReference, String, String) |
CreationData()
public CreationData ();
Public Sub New ()
Applies to
CreationData(String, String, ImageDiskReference, String, String)
public CreationData (string createOption, string storageAccountId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDiskReference imageReference = default, string sourceUri = default, string sourceResourceId = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CreationData : string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDiskReference * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CreationData
Public Sub New (createOption As String, Optional storageAccountId As String = Nothing, Optional imageReference As ImageDiskReference = Nothing, Optional sourceUri As String = Nothing, Optional sourceResourceId As String = Nothing)
Parameters
- createOption
- String
- storageAccountId
- String
- imageReference
- ImageDiskReference
- sourceUri
- String
- sourceResourceId
- String