次の方法で共有


Deployment Constructors

Definition

Overloads

Deployment()
Deployment(DeploymentProperties)

Deployment()

public Deployment ();
Public Sub New ()

Applies to

Deployment(DeploymentProperties)

public Deployment (Microsoft.Azure.Management.Internal.Resources.Models.DeploymentProperties properties = default);
new Microsoft.Azure.Management.Internal.Resources.Models.Deployment : Microsoft.Azure.Management.Internal.Resources.Models.DeploymentProperties -> Microsoft.Azure.Management.Internal.Resources.Models.Deployment
Public Sub New (Optional properties As DeploymentProperties = Nothing)

Parameters

Applies to