Share via


Deployment Constructors

Definition

Overloads

Deployment()
Deployment(DeploymentProperties, String)

Deployment()

public Deployment ();
Public Sub New ()

Applies to

Deployment(DeploymentProperties, String)

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

Parameters

location
String

Applies to