CreationData Class

Definition

Data used when creating a target resource from a source resource.

public class CreationData
type CreationData = class
Public Class CreationData
Inheritance
CreationData

Constructors

CreationData()

Initializes a new instance of the CreationData class.

CreationData(String)

Initializes a new instance of the CreationData class.

Properties

SourceResourceId

Gets or sets this is the ARM ID of the source object to be used to create the target object.

Applies to