DeploymentExternalInput Constructors

Definition

Overloads

Name Description
DeploymentExternalInput()

Initializes a new instance of the DeploymentExternalInput class.

DeploymentExternalInput(Object)

Initializes a new instance of the DeploymentExternalInput class.

DeploymentExternalInput()

Initializes a new instance of the DeploymentExternalInput class.

public DeploymentExternalInput();
Public Sub New ()

Applies to

DeploymentExternalInput(Object)

Initializes a new instance of the DeploymentExternalInput class.

public DeploymentExternalInput(object value);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput : obj -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput
Public Sub New (value As Object)

Parameters

value
Object

External input value.

Applies to