共用方式為


RoleAssignmentScheduleInstanceFilter Class

Definition

Role assignment schedule instance filter

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

Constructors

RoleAssignmentScheduleInstanceFilter()

Creates an new RoleAssignmentScheduleInstanceFilter instance.

Properties

PrincipalId

Returns role assignment schedule instances of the specific principal.

RoleAssignmentScheduleId

Returns role assignment schedule instances belonging to a specific role assignment schedule.

RoleDefinitionId

Returns role assignment schedule instances of the specific role definition.

Status

Returns role assignment schedule instances of the specific status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleAssignmentScheduleInstanceFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleAssignmentScheduleInstanceFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleAssignmentScheduleInstanceFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to