RoleEligibilityScheduleData Class

Definition

A class representing the RoleEligibilitySchedule data model. Role eligibility schedule

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

Properties

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 eligibility schedule was created.

EndOn

End DateTime when role eligibility 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)
MemberType

Membership type of the role eligibility 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)
RoleDefinitionId

The role definition ID.

RoleEligibilityScheduleRequestId

The id of roleEligibilityScheduleRequest used to create this roleAssignmentSchedule.

Scope

The role eligibility schedule scope.

StartOn

Start DateTime when role eligibility schedule.

Status

The status of the role eligibility schedule.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UpdatedOn

DateTime when role eligibility schedule was modified.

Explicit Interface Implementations

IJsonModel<RoleEligibilityScheduleData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoleEligibilityScheduleData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleEligibilityScheduleData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleEligibilityScheduleData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoleEligibilityScheduleData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to