你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoleEligibilityScheduleProperties 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.
Role eligibility schedule properties with scope.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilitySchedulePropertiesTypeConverter))]
public class RoleEligibilityScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilitySchedulePropertiesTypeConverter))>]
type RoleEligibilityScheduleProperties = class
interface IRoleEligibilityScheduleProperties
interface IJsonSerializable
Public Class RoleEligibilityScheduleProperties
Implements IRoleEligibilityScheduleProperties
- Inheritance
-
RoleEligibilityScheduleProperties
- Attributes
- Implements
Constructors
RoleEligibilityScheduleProperties() |
Creates an new RoleEligibilityScheduleProperties instance. |
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 |
EndDateTime |
End DateTime when role eligibility schedule |
ExpandedPropertiesPrincipalId |
Id of the principal |
ExpandedPropertiesPrincipalType |
Type of the principal |
ExpandedPropertiesRoleDefinitionId |
Id of the role definition |
MemberType |
Membership type of the role eligibility schedule |
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. |
RoleDefinitionDisplayName |
Display name of the role definition |
RoleDefinitionId |
The role definition ID. |
RoleDefinitionType |
Type of the role definition |
RoleEligibilityScheduleRequestId |
The id of roleEligibilityScheduleRequest used to create this roleAssignmentSchedule |
Scope |
The role eligibility schedule scope. |
ScopeDisplayName |
Display name of the resource |
ScopeId |
Scope id of the resource |
ScopeType |
Type of the resource |
StartDateTime |
Start DateTime when role eligibility schedule |
Status |
The status of the role eligibility schedule. |
UpdatedOn |
DateTime when role eligibility schedule was modified |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoleEligibilityScheduleProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoleEligibilityScheduleProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleProperties. |
FromJsonString(String) |
Creates a new instance of RoleEligibilityScheduleProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoleEligibilityScheduleProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |