ArmResourcesDeploymentStacksModelFactory.DeploymentExtension Method
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.
public static Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentExtension DeploymentExtension(string name = default, string version = default, string configId = default, System.Collections.Generic.IDictionary<string,BinaryData> configAdditionalProperties = default);
static member DeploymentExtension : string * string * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentExtension
Public Shared Function DeploymentExtension (Optional name As String = Nothing, Optional version As String = Nothing, Optional configId As String = Nothing, Optional configAdditionalProperties As IDictionary(Of String, BinaryData) = Nothing) As DeploymentExtension
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.
- configAdditionalProperties
- IDictionary<String,BinaryData>
Gets the AdditionalProperties.
Returns
A new DeploymentExtension instance for mocking.