RoleAssignmentScheduleData Class

Definition

A class representing the RoleAssignmentSchedule data model. Role Assignment schedule

public class RoleAssignmentScheduleData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.RoleAssignmentScheduleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.RoleAssignmentScheduleData>
public class RoleAssignmentScheduleData : Azure.ResourceManager.Models.ResourceData
type RoleAssignmentScheduleData = class
    inherit ResourceData
    interface IJsonModel<RoleAssignmentScheduleData>
    interface IPersistableModel<RoleAssignmentScheduleData>
type RoleAssignmentScheduleData = class
    inherit ResourceData
Public Class RoleAssignmentScheduleData
Inherits ResourceData
Implements IJsonModel(Of RoleAssignmentScheduleData), IPersistableModel(Of RoleAssignmentScheduleData)
Public Class RoleAssignmentScheduleData
Inherits ResourceData
Inheritance
RoleAssignmentScheduleData
Implements

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.

EndOn

End DateTime when role assignment schedule.

ExpandedProperties

Additional properties of principal, scope and role definition.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LinkedRoleEligibilityScheduleId

The id of roleEligibilitySchedule used to activated this roleAssignmentSchedule.

MemberType

Membership type of the role assignment schedule.

Name

The name of the resource.

(Inherited from ResourceData)
PrincipalId

The principal ID.

PrincipalType

The principal type of the assigned principal ID.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RoleAssignmentScheduleRequestId

The id of roleAssignmentScheduleRequest used to create this roleAssignmentSchedule.

RoleDefinitionId

The role definition ID.

Scope

The role assignment schedule scope.

StartOn

Start DateTime when role assignment schedule.

Status

The status of the role assignment schedule.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UpdatedOn

DateTime when role assignment schedule was modified.

Explicit Interface Implementations

IJsonModel<RoleAssignmentScheduleData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleAssignmentScheduleData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleAssignmentScheduleData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleAssignmentScheduleData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleAssignmentScheduleData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to