Share via


LocalUsers Class

Definition

List of local users requested, and if paging is required, a URL to the next page of local users.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUsersTypeConverter))]
public class LocalUsers : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUsers
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUsersTypeConverter))>]
type LocalUsers = class
    interface ILocalUsers
    interface IJsonSerializable
Public Class LocalUsers
Implements ILocalUsers
Inheritance
LocalUsers
Attributes
Implements

Constructors

LocalUsers()

Creates an new LocalUsers instance.

Properties

NextLink

Request URL that can be used to query next page of local users. Returned when total number of requested local users exceeds the maximum page size.

Value

The list of local users associated with the storage account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocalUsers.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocalUsers.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUsers.

FromJsonString(String)

Creates a new instance of LocalUsers, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocalUsers into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to