PagedUsers Class
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.
Paged list of users.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedUsersTypeConverter))]
public class PagedUsers : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedUsers
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedUsersTypeConverter))>]
type PagedUsers = class
interface IPagedUsers
interface IJsonSerializable
Public Class PagedUsers
Implements IPagedUsers
- Inheritance
-
PagedUsers
- Attributes
- Implements
Constructors
PagedUsers() |
Creates an new PagedUsers instance. |
Properties
NextLink |
The link to get the next page of image results. |
Value |
The array page of user results. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PagedUsers. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PagedUsers. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedUsers. |
FromJsonString(String) |
Creates a new instance of PagedUsers, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PagedUsers into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |