Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleEligibilityScheduleInstanceInner
Packages that use RoleEligibilityScheduleInstanceInner
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 RoleEligibilityScheduleInstanceInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleEligibilityScheduleInstanceInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInstancesClient.get(String scope, String roleEligibilityScheduleInstanceName) Gets the specified role eligibility schedule instance.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleEligibilityScheduleInstanceInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInstancesClient.getAsync(String scope, String roleEligibilityScheduleInstanceName) Gets the specified role eligibility schedule instance.com.azure.core.http.rest.Response<RoleEligibilityScheduleInstanceInner>RoleEligibilityScheduleInstancesClient.getWithResponse(String scope, String roleEligibilityScheduleInstanceName, com.azure.core.util.Context context) Gets the specified role eligibility schedule instance.Mono<com.azure.core.http.rest.Response<RoleEligibilityScheduleInstanceInner>>RoleEligibilityScheduleInstancesClient.getWithResponseAsync(String scope, String roleEligibilityScheduleInstanceName) Gets the specified role eligibility schedule instance.com.azure.core.http.rest.PagedIterable<RoleEligibilityScheduleInstanceInner>RoleEligibilityScheduleInstancesClient.listForScope(String scope) Gets role eligibility schedule instances of a role eligibility schedule.com.azure.core.http.rest.PagedIterable<RoleEligibilityScheduleInstanceInner>RoleEligibilityScheduleInstancesClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets role eligibility schedule instances of a role eligibility schedule.com.azure.core.http.rest.PagedFlux<RoleEligibilityScheduleInstanceInner>RoleEligibilityScheduleInstancesClient.listForScopeAsync(String scope) Gets role eligibility schedule instances of a role eligibility schedule.com.azure.core.http.rest.PagedFlux<RoleEligibilityScheduleInstanceInner>RoleEligibilityScheduleInstancesClient.listForScopeAsync(String scope, String filter) Gets role eligibility schedule instances of a role eligibility schedule. -
Uses of RoleEligibilityScheduleInstanceInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleEligibilityScheduleInstanceInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInstanceInner.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleEligibilityScheduleInstanceInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleEligibilityScheduleInstanceInner.withCreatedOn(OffsetDateTime createdOn) Set the createdOn property: DateTime when role eligibility schedule was created.RoleEligibilityScheduleInstanceInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The endDateTime of the role eligibility schedule instance.RoleEligibilityScheduleInstanceInner.withExpandedProperties(ExpandedProperties expandedProperties) Set the expandedProperties property: Additional properties of principal, scope and role definition.RoleEligibilityScheduleInstanceInner.withMemberType(MemberType memberType) Set the memberType property: Membership type of the role eligibility schedule.RoleEligibilityScheduleInstanceInner.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleEligibilityScheduleInstanceInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInstanceInner.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.RoleEligibilityScheduleInstanceInner.withRoleEligibilityScheduleId(String roleEligibilityScheduleId) Set the roleEligibilityScheduleId property: Id of the master role eligibility schedule.Set the scope property: The role eligibility schedule scope.RoleEligibilityScheduleInstanceInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The startDateTime of the role eligibility schedule instance.RoleEligibilityScheduleInstanceInner.withStatus(Status status) Set the status property: The status of the role eligibility schedule instance. -
Uses of RoleEligibilityScheduleInstanceInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleEligibilityScheduleInstanceInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInstanceListResult.value()Get the value property: Role eligibility schedule instance list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleEligibilityScheduleInstanceInnerModifier and TypeMethodDescriptionRoleEligibilityScheduleInstanceListResult.withValue(List<RoleEligibilityScheduleInstanceInner> value) Set the value property: Role eligibility schedule instance list.