Share via


DeploymentExtended Constructors

Definition

Overloads

DeploymentExtended()
DeploymentExtended(String, String, String, DeploymentPropertiesExtended)

DeploymentExtended()

public DeploymentExtended ();
Public Sub New ()

Applies to

DeploymentExtended(String, String, String, DeploymentPropertiesExtended)

public DeploymentExtended (string id = default, string name = default, string location = default, Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentPropertiesExtended properties = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentExtended : string * string * string * Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentPropertiesExtended -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentExtended
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional properties As DeploymentPropertiesExtended = Nothing)

Parameters

id
String
name
String
location
String

Applies to