Freigeben über


ArmDeploymentManagerModelFactory.RolloutData Methode

Definition

Initialisiert eine neue instance von RolloutData.

public static Azure.ResourceManager.DeploymentManager.RolloutData RolloutData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DeploymentManager.Models.Identity identity = default, string buildVersion = default, string artifactSourceId = default, string targetServiceTopologyId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.StepGroup> stepGroups = default, string status = default, int? totalRetryAttempts = default, Azure.ResourceManager.DeploymentManager.Models.RolloutOperationInfo operationInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.Service> services = default);
static member RolloutData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DeploymentManager.Models.Identity * string * string * string * seq<Azure.ResourceManager.DeploymentManager.Models.StepGroup> * string * Nullable<int> * Azure.ResourceManager.DeploymentManager.Models.RolloutOperationInfo * seq<Azure.ResourceManager.DeploymentManager.Models.Service> -> Azure.ResourceManager.DeploymentManager.RolloutData
Public Shared Function RolloutData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As Identity = Nothing, Optional buildVersion As String = Nothing, Optional artifactSourceId As String = Nothing, Optional targetServiceTopologyId As String = Nothing, Optional stepGroups As IEnumerable(Of StepGroup) = Nothing, Optional status As String = Nothing, Optional totalRetryAttempts As Nullable(Of Integer) = Nothing, Optional operationInfo As RolloutOperationInfo = Nothing, Optional services As IEnumerable(Of Service) = Nothing) As RolloutData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

identity
Identity

Identität für die Ressource.

buildVersion
String

Die Version des bereitgestellten Builds.

artifactSourceId
String

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

targetServiceTopologyId
String

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

stepGroups
IEnumerable<StepGroup>

Die Liste der Schrittgruppen, die die Orchestrierung definieren.

status
String

Der aktuelle status des Rollouts.

totalRetryAttempts
Nullable<Int32>

Die Kardinalanzahl der Gesamtanzahl der Wiederholungen, die während des Rollouts zu einem bestimmten Zeitpunkt ausgeführt wurden.

operationInfo
RolloutOperationInfo

Betriebsinformationen des Rollouts.

services
IEnumerable<Service>

Die detaillierten Informationen zu den bereitgestellten Diensten.

Gibt zurück

Eine neue RolloutData instance zum Mocking.

Gilt für: