共用方式為


RoleAssignmentScheduleInstance Class

Definition

Information about current or upcoming role assignment schedule instance

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

Constructors

RoleAssignmentScheduleInstance()

Creates an new RoleAssignmentScheduleInstance instance.

Properties

AssignmentType

Assignment type of the role assignment schedule

Condition

The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'

ConditionVersion

Version of the condition. Currently accepted value is '2.0'

CreatedOn

DateTime when role assignment schedule was created

EndDateTime

The endDateTime of the role assignment schedule instance

ExpandedPropertiesPrincipalId

Id of the principal

ExpandedPropertiesPrincipalType

Type of the principal

ExpandedPropertiesRoleDefinitionId

Id of the role definition

Id

The role assignment schedule instance ID.

LinkedRoleEligibilityScheduleId

roleEligibilityScheduleId used to activate

LinkedRoleEligibilityScheduleInstanceId

roleEligibilityScheduleInstanceId linked to this roleAssignmentScheduleInstance

MemberType

Membership type of the role assignment schedule

Name

The role assignment schedule instance name.

OriginRoleAssignmentId

Role Assignment Id in external system

PrincipalDisplayName

Display name of the principal

PrincipalEmail

Email id of the principal

PrincipalId

The principal ID.

PrincipalType

The principal type of the assigned principal ID.

ResourceGroupName

Gets the resource group name

RoleAssignmentScheduleId

Id of the master role assignment schedule

RoleDefinitionDisplayName

Display name of the role definition

RoleDefinitionId

The role definition ID.

RoleDefinitionType

Type of the role definition

Scope

The role assignment schedule scope.

ScopeDisplayName

Display name of the resource

ScopeId

Scope id of the resource

ScopeType

Type of the resource

StartDateTime

The startDateTime of the role assignment schedule instance

Status

The status of the role assignment schedule instance.

Type

The role assignment schedule instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleAssignmentScheduleInstance.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleAssignmentScheduleInstance.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleAssignmentScheduleInstance into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to