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() |
Initializes a new instance of the CreationData class. |
CreationData(String) |
Initializes a new instance of the CreationData class. |
CreationData()
Initializes a new instance of the CreationData class.
public CreationData ();
Public Sub New ()
Applies to
CreationData(String)
Initializes a new instance of the CreationData class.
public CreationData (string sourceResourceId = default);
new Microsoft.Azure.Management.ContainerService.Models.CreationData : string -> Microsoft.Azure.Management.ContainerService.Models.CreationData
Public Sub New (Optional sourceResourceId As String = Nothing)
Parameters
- sourceResourceId
- String
This is the ARM ID of the source object to be used to create the target object.