DeploymentExternalInputDefinition 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 |
|---|---|
| DeploymentExternalInputDefinition() |
Initializes a new instance of the DeploymentExternalInputDefinition class. |
| DeploymentExternalInputDefinition(String, Object) |
Initializes a new instance of the DeploymentExternalInputDefinition class. |
DeploymentExternalInputDefinition()
Initializes a new instance of the DeploymentExternalInputDefinition class.
public DeploymentExternalInputDefinition();
Public Sub New ()
Applies to
DeploymentExternalInputDefinition(String, Object)
Initializes a new instance of the DeploymentExternalInputDefinition class.
public DeploymentExternalInputDefinition(string kind, object config = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInputDefinition : string * obj -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInputDefinition
Public Sub New (kind As String, Optional config As Object = Nothing)
Parameters
- kind
- String
The kind of external input.
- config
- Object
Configuration for the external input.