RolloutCreateOrUpdateContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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))
Parameters
- location
- AzureLocation
The location.
- identity
- Identity
Identity for the resource.
- buildVersion
- String
The version of the build being deployed.
- targetServiceTopologyId
- String
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
- stepGroups
- IEnumerable<StepGroup>
The list of step groups that define the orchestration.
Exceptions
identity
, buildVersion
, targetServiceTopologyId
or stepGroups
is null.
Applies to
Azure SDK for .NET