你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeySetUserStatus Class

Definition

KeySetUserStatus represents the status of the key set user.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUserStatusTypeConverter))]
public class KeySetUserStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUserStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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.Api20240701.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