ArmDeploymentManagerModelFactory.RolloutCreateOrUpdateContent Method
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 static Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent RolloutCreateOrUpdateContent (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);
static member RolloutCreateOrUpdateContent : 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> -> Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent
Public Shared Function RolloutCreateOrUpdateContent (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) As RolloutCreateOrUpdateContent
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- Identity
Identity for the resource.
- buildVersion
- String
The version of the build being deployed.
- artifactSourceId
- String
The reference to the artifact source resource Id where the payload is located.
- 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.
Returns
A new RolloutCreateOrUpdateContent instance for mocking.