Partilhar via


IRoleAssignmentScheduleInstanceFilter Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to