Share via


IBmcKeySetPatchParameters.UserList Property

Definition

The unique list of permitted users.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The unique list of permitted users.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser) }, Read=true, ReadOnly=false, Required=false, SerializedName="userList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser> UserList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The unique list of permitted users.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser) }, Read=true, ReadOnly=false, Required=false, SerializedName="userList", Update=true)>]
member this.UserList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser> with get, set
Public Property UserList As List(Of IKeySetUser)

Property Value

Attributes

Applies to