Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleEligibilityScheduleInner
Packages that use RoleEligibilityScheduleInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleEligibilityScheduleInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleEligibilityScheduleInnerModifier and TypeMethodDescriptionGet the specified role eligibility schedule for a resource scope.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleEligibilityScheduleInnerModifier and TypeMethodDescriptionGet the specified role eligibility schedule for a resource scope.com.azure.core.http.rest.Response<RoleEligibilityScheduleInner>RoleEligibilitySchedulesClient.getWithResponse(String scope, String roleEligibilityScheduleName, com.azure.core.util.Context context) Get the specified role eligibility schedule for a resource scope.Mono<com.azure.core.http.rest.Response<RoleEligibilityScheduleInner>>RoleEligibilitySchedulesClient.getWithResponseAsync(String scope, String roleEligibilityScheduleName) Get the specified role eligibility schedule for a resource scope.com.azure.core.http.rest.PagedIterable<RoleEligibilityScheduleInner>RoleEligibilitySchedulesClient.listForScope(String scope) Gets role eligibility schedules for a resource scope.com.azure.core.http.rest.PagedIterable<RoleEligibilityScheduleInner>RoleEligibilitySchedulesClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets role eligibility schedules for a resource scope.com.azure.core.http.rest.PagedFlux<RoleEligibilityScheduleInner>RoleEligibilitySchedulesClient.listForScopeAsync(String scope) Gets role eligibility schedules for a resource scope.com.azure.core.http.rest.PagedFlux<RoleEligibilityScheduleInner>RoleEligibilitySchedulesClient.listForScopeAsync(String scope, String filter) Gets role eligibility schedules for a resource scope. -
Uses of RoleEligibilityScheduleInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleEligibilityScheduleInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInner.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleEligibilityScheduleInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleEligibilityScheduleInner.withCreatedOn(OffsetDateTime createdOn) Set the createdOn property: DateTime when role eligibility schedule was created.RoleEligibilityScheduleInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: End DateTime when role eligibility schedule.RoleEligibilityScheduleInner.withExpandedProperties(ExpandedProperties expandedProperties) Set the expandedProperties property: Additional properties of principal, scope and role definition.RoleEligibilityScheduleInner.withMemberType(MemberType memberType) Set the memberType property: Membership type of the role eligibility schedule.RoleEligibilityScheduleInner.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleEligibilityScheduleInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInner.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.RoleEligibilityScheduleInner.withRoleEligibilityScheduleRequestId(String roleEligibilityScheduleRequestId) Set the roleEligibilityScheduleRequestId property: The id of roleEligibilityScheduleRequest used to create this roleAssignmentSchedule.Set the scope property: The role eligibility schedule scope.RoleEligibilityScheduleInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: Start DateTime when role eligibility schedule.RoleEligibilityScheduleInner.withStatus(Status status) Set the status property: The status of the role eligibility schedule.RoleEligibilityScheduleInner.withUpdatedOn(OffsetDateTime updatedOn) Set the updatedOn property: DateTime when role eligibility schedule was modified. -
Uses of RoleEligibilityScheduleInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleEligibilityScheduleInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleListResult.value()Get the value property: role eligibility schedule list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleEligibilityScheduleInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleListResult.withValue(List<RoleEligibilityScheduleInner> value) Set the value property: role eligibility schedule list.