DeploymentExtensionConfigItem 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 |
|---|---|
| DeploymentExtensionConfigItem() |
Initializes a new instance of the DeploymentExtensionConfigItem class. |
| DeploymentExtensionConfigItem(String, Object, KeyVaultParameterReference) |
Initializes a new instance of the DeploymentExtensionConfigItem class. |
DeploymentExtensionConfigItem()
Initializes a new instance of the DeploymentExtensionConfigItem class.
public DeploymentExtensionConfigItem();
Public Sub New ()
Applies to
DeploymentExtensionConfigItem(String, Object, KeyVaultParameterReference)
Initializes a new instance of the DeploymentExtensionConfigItem class.
public DeploymentExtensionConfigItem(string type = default, object value = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.KeyVaultParameterReference keyVaultReference = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem : string * obj * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.KeyVaultParameterReference -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem
Public Sub New (Optional type As String = Nothing, Optional value As Object = Nothing, Optional keyVaultReference As KeyVaultParameterReference = Nothing)
Parameters
- type
- String
The type of the value.
- value
- Object
The value of the config item. The type is determined by the extension config schema.
- keyVaultReference
- KeyVaultParameterReference
The key vault reference of the config item.