Partilhar via


RolloutCreateOrUpdateContent Construtor

Definição

Inicializa uma nova instância de RolloutCreateOrUpdateContent.

public RolloutCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.DeploymentManager.Models.Identity identity, string buildVersion, string targetServiceTopologyId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.StepGroup> stepGroups);
new Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.DeploymentManager.Models.Identity * string * string * seq<Azure.ResourceManager.DeploymentManager.Models.StepGroup> -> Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent
Public Sub New (location As AzureLocation, identity As Identity, buildVersion As String, targetServiceTopologyId As String, stepGroups As IEnumerable(Of StepGroup))

Parâmetros

location
AzureLocation

O local.

identity
Identity

Identidade do recurso.

buildVersion
String

A versão do build que está sendo implantada.

targetServiceTopologyId
String

A ID do recurso da topologia de serviço da qual as unidades de serviço estão sendo referenciadas em grupos de etapas a serem implantados.

stepGroups
IEnumerable<StepGroup>

A lista de grupos de etapas que definem a orquestração.

Exceções

identity, buildVersion, targetServiceTopologyId ou stepGroups é nulo.

Aplica-se a