Freigeben über


Rollout Konstruktoren

Definition

Überlädt

Rollout()

Initialisiert eine neue instance der Rollout-Klasse.

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

Initialisiert eine neue instance der Rollout-Klasse.

Rollout()

Initialisiert eine neue instance der Rollout-Klasse.

public Rollout ();
Public Sub New ()

Gilt für:

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

Initialisiert eine neue instance der Rollout-Klasse.

public Rollout (string location, 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, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity = default, string artifactSourceId = default, string status = default, int? totalRetryAttempts = default, Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo operationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> services = default);
new Microsoft.Azure.Management.DeploymentManager.Models.Rollout : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * Nullable<int> * Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> -> Microsoft.Azure.Management.DeploymentManager.Models.Rollout
Public Sub New (location As String, 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 identity As Identity = Nothing, Optional artifactSourceId As String = Nothing, Optional status As String = Nothing, Optional totalRetryAttempts As Nullable(Of Integer) = Nothing, Optional operationInfo As RolloutOperationInfo = Nothing, Optional services As IList(Of Service) = Nothing)

Parameter

location
String

Der geografische Standort, an dem sich die Ressource befindet

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.

identity
Identity

Identität für die Ressource.

artifactSourceId
String

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

status
String

Der aktuelle status des Rollouts.

totalRetryAttempts
Nullable<Int32>

Die Kardinalanzahl der Gesamtzahl der Wiederholungen, die beim Rollout zu einem bestimmten Zeitpunkt ausgeführt wurden.

operationInfo
RolloutOperationInfo

Betriebsinformationen des Rollouts.

services
IList<Service>

Die detaillierten Informationen zu den bereitgestellten Diensten.

Gilt für: