Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentScheduleInner
Packages that use RoleAssignmentScheduleInner
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 RoleAssignmentScheduleInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleAssignmentScheduleInnerModifier and TypeMethodDescriptionGet the specified role assignment schedule for a resource scope.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleAssignmentScheduleInnerModifier and TypeMethodDescriptionGet the specified role assignment schedule for a resource scope.com.azure.core.http.rest.Response<RoleAssignmentScheduleInner>RoleAssignmentSchedulesClient.getWithResponse(String scope, String roleAssignmentScheduleName, com.azure.core.util.Context context) Get the specified role assignment schedule for a resource scope.Mono<com.azure.core.http.rest.Response<RoleAssignmentScheduleInner>>RoleAssignmentSchedulesClient.getWithResponseAsync(String scope, String roleAssignmentScheduleName) Get the specified role assignment schedule for a resource scope.com.azure.core.http.rest.PagedIterable<RoleAssignmentScheduleInner>RoleAssignmentSchedulesClient.listForScope(String scope) Gets role assignment schedules for a resource scope.com.azure.core.http.rest.PagedIterable<RoleAssignmentScheduleInner>RoleAssignmentSchedulesClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets role assignment schedules for a resource scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentScheduleInner>RoleAssignmentSchedulesClient.listForScopeAsync(String scope) Gets role assignment schedules for a resource scope.com.azure.core.http.rest.PagedFlux<RoleAssignmentScheduleInner>RoleAssignmentSchedulesClient.listForScopeAsync(String scope, String filter) Gets role assignment schedules for a resource scope. -
Uses of RoleAssignmentScheduleInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleAssignmentScheduleInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleInner.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInner.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleAssignmentScheduleInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleAssignmentScheduleInner.withCreatedOn(OffsetDateTime createdOn) Set the createdOn property: DateTime when role assignment schedule was created.RoleAssignmentScheduleInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: End DateTime when role assignment schedule.RoleAssignmentScheduleInner.withExpandedProperties(ExpandedProperties expandedProperties) Set the expandedProperties property: Additional properties of principal, scope and role definition.RoleAssignmentScheduleInner.withLinkedRoleEligibilityScheduleId(String linkedRoleEligibilityScheduleId) Set the linkedRoleEligibilityScheduleId property: The id of roleEligibilitySchedule used to activated this roleAssignmentSchedule.RoleAssignmentScheduleInner.withMemberType(MemberType memberType) Set the memberType property: Membership type of the role assignment schedule.RoleAssignmentScheduleInner.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleAssignmentScheduleInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInner.withRoleAssignmentScheduleRequestId(String roleAssignmentScheduleRequestId) Set the roleAssignmentScheduleRequestId property: The id of roleAssignmentScheduleRequest used to create this roleAssignmentSchedule.RoleAssignmentScheduleInner.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.Set the scope property: The role assignment schedule scope.RoleAssignmentScheduleInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: Start DateTime when role assignment schedule.RoleAssignmentScheduleInner.withStatus(Status status) Set the status property: The status of the role assignment schedule.RoleAssignmentScheduleInner.withUpdatedOn(OffsetDateTime updatedOn) Set the updatedOn property: DateTime when role assignment schedule was modified. -
Uses of RoleAssignmentScheduleInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleAssignmentScheduleInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleListResult.value()Get the value property: Role assignment schedule list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleAssignmentScheduleInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleListResult.withValue(List<RoleAssignmentScheduleInner> value) Set the value property: Role assignment schedule list.