CreationData Constructors

Definition

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.

Applies to