LocalUsers 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.
List storage account 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
Value |
The 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() |