Freigeben über


KeySetUserStatus Class

Definition

KeySetUserStatus represents the status of the key set user.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KeySetUserStatusTypeConverter))]
public class KeySetUserStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKeySetUserStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KeySetUserStatusTypeConverter))>]
type KeySetUserStatus = class
    interface IKeySetUserStatus
    interface IJsonSerializable
Public Class KeySetUserStatus
Implements IKeySetUserStatus
Inheritance
KeySetUserStatus
Attributes
Implements

Constructors

KeySetUserStatus()

Creates an new KeySetUserStatus instance.

Properties

AzureUserName

The user name that will be used for access.

Status

The indicator of whether the user is currently deployed for access.

StatusMessage

The additional information describing the current status of this user, if any available.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeySetUserStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeySetUserStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKeySetUserStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeySetUserStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to