次の方法で共有


UserSet Class

Definition

The detail of a user.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.UserSetTypeConverter))]
public class UserSet : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IUserSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.UserSetTypeConverter))>]
type UserSet = class
    interface IUserSet
    interface IJsonSerializable
Public Class UserSet
Implements IUserSet
Inheritance
UserSet
Attributes
Implements

Constructors

UserSet()

Creates an new UserSet instance.

Properties

Description

The description of the user.

Id

The object id of the user.

IsBackup

The value indicating whether the user is a backup fallback approver

UserType

The type of user.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserSet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserSet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IUserSet.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserSet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to