DeploymentExtension 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 |
|---|---|
| DeploymentExtension() |
Initializes a new instance of the DeploymentExtension class. |
| DeploymentExtension(String, String, String, IDictionary<String,DeploymentExtensionConfigItem>) |
Initializes a new instance of the DeploymentExtension class. |
DeploymentExtension()
Initializes a new instance of the DeploymentExtension class.
public DeploymentExtension();
Public Sub New ()
Applies to
DeploymentExtension(String, String, String, IDictionary<String,DeploymentExtensionConfigItem>)
Initializes a new instance of the DeploymentExtension class.
public DeploymentExtension(string name, string version, string configId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem> config = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension
Public Sub New (name As String, version As String, Optional configId As String = Nothing, Optional config As IDictionary(Of String, DeploymentExtensionConfigItem) = Nothing)
Parameters
- name
- String
The extension name.
- version
- String
The extension version.
- configId
- String
The configuration ID of the extension usage. It uniquely identifies a target the extension deploys to.
The configuration used for deployment. The keys of this object should align with the extension config schema.