DeploymentExternalInput 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
| 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.