共用方式為


RoleAssignmentScheduleRequestFilter Class

Definition

Role assignment schedule request filter

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

Constructors

RoleAssignmentScheduleRequestFilter()

Creates an new RoleAssignmentScheduleRequestFilter instance.

Properties

PrincipalId

Returns role assignment requests of the specific principal.

RequestorId

Returns role assignment requests created by specific principal.

RoleDefinitionId

Returns role assignment requests of the specific role definition.

Status

Returns role assignment requests of specific status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleAssignmentScheduleRequestFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleAssignmentScheduleRequestFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleAssignmentScheduleRequestFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to