Megosztás a következőn keresztül:


IUpdateStage.Group Property

Definition

Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.

[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="groups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup> Group { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="groups", Update=true)>]
member this.Group : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup> with get, set
Public Property Group As List(Of IUpdateGroup)

Property Value

Attributes

Applies to