Freigeben über


RolloutRequest Konstruktoren

Definition

Überlädt

RolloutRequest()

Initialisiert eine neue instance der RolloutRequest-Klasse.

RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)

Initialisiert eine neue instance der RolloutRequest-Klasse.

RolloutRequest()

Initialisiert eine neue instance der RolloutRequest-Klasse.

public RolloutRequest ();
Public Sub New ()

Gilt für:

RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)

Initialisiert eine neue instance der RolloutRequest-Klasse.

public RolloutRequest (string location, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity, string buildVersion, string targetServiceTopologyId, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> stepGroups, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest : string * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest
Public Sub New (location As String, identity As Identity, buildVersion As String, targetServiceTopologyId As String, stepGroups As IList(Of StepGroup), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional artifactSourceId As String = Nothing)

Parameter

location
String

Der geografische Standort, an dem sich die Ressource befindet

identity
Identity

Identität für die Ressource.

buildVersion
String

Die Version des bereitgestellten Builds.

targetServiceTopologyId
String

Die Ressourcen-ID der Diensttopologie, von der aus in den bereitzustellenden Schrittgruppen auf Diensteinheiten verwiesen wird.

stepGroups
IList<StepGroup>

Die Liste der Schrittgruppen, die die Orchestrierung definieren.

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Beispiel: Microsoft.Compute/virtualMachines oder Microsoft.Storage/storageAccounts.

tags
IDictionary<String,String>

Ressourcentags.

artifactSourceId
String

Der Verweis auf die Artefaktquellenressourcen-ID, in der sich die Nutzlast befindet.

Gilt für: