ISharingProfile.Group Property
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.
A list of sharing profile groups.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of sharing profile groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingProfileGroup) }, ReadOnly=true, Required=false, SerializedName="groups")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingProfileGroup[] Group { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of sharing profile groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingProfileGroup) }, ReadOnly=true, Required=false, SerializedName="groups")>]
member this.Group : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingProfileGroup[]
Public ReadOnly Property Group As ISharingProfileGroup()
Property Value
- Attributes