DeploymentExtended Konstruktoren

Definition

Überlädt

DeploymentExtended()

Initialisiert eine neue instance der DeploymentExtended-Klasse.

DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>)

Initialisiert eine neue instance der DeploymentExtended-Klasse.

DeploymentExtended()

Initialisiert eine neue instance der DeploymentExtended-Klasse.

public DeploymentExtended ();
Public Sub New ()

Gilt für:

DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>)

Initialisiert eine neue instance der DeploymentExtended-Klasse.

public DeploymentExtended (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As DeploymentPropertiesExtended = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameter

id
String

Die ID der Bereitstellung.

name
String

Der Name der Bereitstellung

type
String

Der Typ der Bereitstellung.

location
String

der Speicherort der Bereitstellung.

properties
DeploymentPropertiesExtended

Bereitstellungseigenschaften.

tags
IDictionary<String,String>

Bereitstellungstags

Gilt für: