Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentScheduleInstanceInner
Packages that use RoleAssignmentScheduleInstanceInner
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 RoleAssignmentScheduleInstanceInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleAssignmentScheduleInstanceInnerModifier and TypeMethodDescriptionGets the specified role assignment schedule instance.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleAssignmentScheduleInstanceInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleInstancesClient.getAsync(String scope, String roleAssignmentScheduleInstanceName) Gets the specified role assignment schedule instance.com.azure.core.http.rest.Response<RoleAssignmentScheduleInstanceInner>RoleAssignmentScheduleInstancesClient.getWithResponse(String scope, String roleAssignmentScheduleInstanceName, com.azure.core.util.Context context) Gets the specified role assignment schedule instance.Mono<com.azure.core.http.rest.Response<RoleAssignmentScheduleInstanceInner>>RoleAssignmentScheduleInstancesClient.getWithResponseAsync(String scope, String roleAssignmentScheduleInstanceName) Gets the specified role assignment schedule instance.com.azure.core.http.rest.PagedIterable<RoleAssignmentScheduleInstanceInner>RoleAssignmentScheduleInstancesClient.listForScope(String scope) Gets role assignment schedule instances of a role assignment schedule.com.azure.core.http.rest.PagedIterable<RoleAssignmentScheduleInstanceInner>RoleAssignmentScheduleInstancesClient.listForScope(String scope, String filter, com.azure.core.util.Context context) Gets role assignment schedule instances of a role assignment schedule.com.azure.core.http.rest.PagedFlux<RoleAssignmentScheduleInstanceInner>RoleAssignmentScheduleInstancesClient.listForScopeAsync(String scope) Gets role assignment schedule instances of a role assignment schedule.com.azure.core.http.rest.PagedFlux<RoleAssignmentScheduleInstanceInner>RoleAssignmentScheduleInstancesClient.listForScopeAsync(String scope, String filter) Gets role assignment schedule instances of a role assignment schedule. -
Uses of RoleAssignmentScheduleInstanceInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleAssignmentScheduleInstanceInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleInstanceInner.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInstanceInner.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleAssignmentScheduleInstanceInner.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleAssignmentScheduleInstanceInner.withCreatedOn(OffsetDateTime createdOn) Set the createdOn property: DateTime when role assignment schedule was created.RoleAssignmentScheduleInstanceInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The endDateTime of the role assignment schedule instance.RoleAssignmentScheduleInstanceInner.withExpandedProperties(ExpandedProperties expandedProperties) Set the expandedProperties property: Additional properties of principal, scope and role definition.RoleAssignmentScheduleInstanceInner.withLinkedRoleEligibilityScheduleId(String linkedRoleEligibilityScheduleId) Set the linkedRoleEligibilityScheduleId property: roleEligibilityScheduleId used to activate.RoleAssignmentScheduleInstanceInner.withLinkedRoleEligibilityScheduleInstanceId(String linkedRoleEligibilityScheduleInstanceId) Set the linkedRoleEligibilityScheduleInstanceId property: roleEligibilityScheduleInstanceId linked to this roleAssignmentScheduleInstance.RoleAssignmentScheduleInstanceInner.withMemberType(MemberType memberType) Set the memberType property: Membership type of the role assignment schedule.RoleAssignmentScheduleInstanceInner.withOriginRoleAssignmentId(String originRoleAssignmentId) Set the originRoleAssignmentId property: Role Assignment Id in external system.RoleAssignmentScheduleInstanceInner.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleAssignmentScheduleInstanceInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInstanceInner.withRoleAssignmentScheduleId(String roleAssignmentScheduleId) Set the roleAssignmentScheduleId property: Id of the master role assignment schedule.RoleAssignmentScheduleInstanceInner.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.Set the scope property: The role assignment schedule scope.RoleAssignmentScheduleInstanceInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The startDateTime of the role assignment schedule instance.RoleAssignmentScheduleInstanceInner.withStatus(Status status) Set the status property: The status of the role assignment schedule instance. -
Uses of RoleAssignmentScheduleInstanceInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleAssignmentScheduleInstanceInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleInstanceListResult.value()Get the value property: Role assignment schedule instance list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleAssignmentScheduleInstanceInnerModifier and TypeMethodDescriptionRoleAssignmentScheduleInstanceListResult.withValue(List<RoleAssignmentScheduleInstanceInner> value) Set the value property: Role assignment schedule instance list.