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

ExpandedPropertiesRoleDefinition Class

Definition

Details of role definition

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

Constructors

ExpandedPropertiesRoleDefinition()

Creates an new ExpandedPropertiesRoleDefinition instance.

Properties

DisplayName

Display name of the role definition

Id

Id of the role definition

Type

Type of the role definition

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpandedPropertiesRoleDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpandedPropertiesRoleDefinition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpandedPropertiesRoleDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to