RolloutRequest Constructors
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.
Overloads
RolloutRequest() |
Initializes a new instance of the RolloutRequest class. |
RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String) |
Initializes a new instance of the RolloutRequest class. |
RolloutRequest()
Initializes a new instance of the RolloutRequest class.
public RolloutRequest ();
Public Sub New ()
Applies to
RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)
Initializes a new instance of the RolloutRequest class.
public RolloutRequest (string location, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity, 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, string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest : string * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest
Public Sub New (location As String, identity As Identity, 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 artifactSourceId As String = Nothing)
Parameters
- location
- String
The geo-location where the resource lives
- 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.
- id
- String
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- tags
- IDictionary<String,String>
Resource tags.
- artifactSourceId
- String
The reference to the artifact source resource Id where the payload is located.
Applies to
Azure SDK for .NET