RoleEligibilityScheduleInstanceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the RoleEligibilityScheduleInstance data model. Information about current or upcoming role eligibility schedule instance
public class RoleEligibilityScheduleInstanceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.RoleEligibilityScheduleInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.RoleEligibilityScheduleInstanceData>
public class RoleEligibilityScheduleInstanceData : Azure.ResourceManager.Models.ResourceData
type RoleEligibilityScheduleInstanceData = class
inherit ResourceData
interface IJsonModel<RoleEligibilityScheduleInstanceData>
interface IPersistableModel<RoleEligibilityScheduleInstanceData>
type RoleEligibilityScheduleInstanceData = class
inherit ResourceData
Public Class RoleEligibilityScheduleInstanceData
Inherits ResourceData
Implements IJsonModel(Of RoleEligibilityScheduleInstanceData), IPersistableModel(Of RoleEligibilityScheduleInstanceData)
Public Class RoleEligibilityScheduleInstanceData
Inherits ResourceData
- Inheritance
- 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 |
The endDateTime of the role eligibility schedule instance. |
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. |
RoleEligibilityScheduleId |
Id of the master role eligibility schedule. |
Scope |
The role eligibility schedule scope. |
StartOn |
The startDateTime of the role eligibility schedule instance. |
Status |
The status of the role eligibility schedule instance. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<RoleEligibilityScheduleInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RoleEligibilityScheduleInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RoleEligibilityScheduleInstanceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RoleEligibilityScheduleInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RoleEligibilityScheduleInstanceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET