共用方式為


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