ArmModelFactory.DeploymentExtended 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.
Creates a new instance of DeploymentExtended(String, String, DeploymentPropertiesExtended).
public static Azure.Connectors.Sdk.Arm.Models.DeploymentExtended DeploymentExtended(string id = default, string name = default, Azure.Connectors.Sdk.Arm.Models.DeploymentPropertiesExtended properties = default);
static member DeploymentExtended : string * string * Azure.Connectors.Sdk.Arm.Models.DeploymentPropertiesExtended -> Azure.Connectors.Sdk.Arm.Models.DeploymentExtended
Public Shared Function DeploymentExtended (Optional id As String = Nothing, Optional name As String = Nothing, Optional properties As DeploymentPropertiesExtended = Nothing) As DeploymentExtended
Parameters
- id
- String
- name
- String
- properties
- DeploymentPropertiesExtended