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

AuthorizationIdentity Class

Definition

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

Constructors

AuthorizationIdentity()

Creates an new AuthorizationIdentity instance.

Properties

Id

Resource identity path

RoleAssignmentScheduleInstanceName

The name (hash of schedule name + time) of the role assignment schedule to get.

RoleAssignmentScheduleName

The name (guid) of the role assignment schedule to get.

RoleAssignmentScheduleRequestName

The name of the role assignment to create. It can be any valid GUID.

RoleEligibilityScheduleInstanceName

The name (hash of schedule name + time) of the role eligibility schedule to get.

RoleEligibilityScheduleName

The name (guid) of the role eligibility schedule to get.

RoleEligibilityScheduleRequestName

The name of the role eligibility to create. It can be any valid GUID.

RoleManagementPolicyAssignmentName

The name of format {guid_guid} the role management policy assignment to get.

RoleManagementPolicyName

The name (guid) of the role management policy to get.

Scope

The scope of the role management policy.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AuthorizationIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AuthorizationIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AuthorizationIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to