Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleManagementPolicyInner
Packages that use RoleManagementPolicyInner
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 RoleManagementPolicyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleManagementPolicyInnerModifier and TypeMethodDescriptionGet the specified role management policy for a resource scope.RoleManagementPoliciesClient.update(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleManagementPolicyInnerModifier and TypeMethodDescriptionGet the specified role management policy for a resource scope.com.azure.core.http.rest.Response<RoleManagementPolicyInner>RoleManagementPoliciesClient.getWithResponse(String scope, String roleManagementPolicyName, com.azure.core.util.Context context) Get the specified role management policy for a resource scope.Mono<com.azure.core.http.rest.Response<RoleManagementPolicyInner>>RoleManagementPoliciesClient.getWithResponseAsync(String scope, String roleManagementPolicyName) Get the specified role management policy for a resource scope.com.azure.core.http.rest.PagedIterable<RoleManagementPolicyInner>RoleManagementPoliciesClient.listForScope(String scope) Gets role management policies for a resource scope.com.azure.core.http.rest.PagedIterable<RoleManagementPolicyInner>RoleManagementPoliciesClient.listForScope(String scope, com.azure.core.util.Context context) Gets role management policies for a resource scope.com.azure.core.http.rest.PagedFlux<RoleManagementPolicyInner>RoleManagementPoliciesClient.listForScopeAsync(String scope) Gets role management policies for a resource scope.RoleManagementPoliciesClient.updateAsync(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy.com.azure.core.http.rest.Response<RoleManagementPolicyInner>RoleManagementPoliciesClient.updateWithResponse(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters, com.azure.core.util.Context context) Update a role management policy.Mono<com.azure.core.http.rest.Response<RoleManagementPolicyInner>>RoleManagementPoliciesClient.updateWithResponseAsync(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type RoleManagementPolicyInnerModifier and TypeMethodDescriptionRoleManagementPoliciesClient.update(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy.RoleManagementPoliciesClient.updateAsync(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy.com.azure.core.http.rest.Response<RoleManagementPolicyInner>RoleManagementPoliciesClient.updateWithResponse(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters, com.azure.core.util.Context context) Update a role management policy.Mono<com.azure.core.http.rest.Response<RoleManagementPolicyInner>>RoleManagementPoliciesClient.updateWithResponseAsync(String scope, String roleManagementPolicyName, RoleManagementPolicyInner parameters) Update a role management policy. -
Uses of RoleManagementPolicyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleManagementPolicyInnerModifier and TypeMethodDescriptionRoleManagementPolicyInner.withDescription(String description) Set the description property: The role management policy description.RoleManagementPolicyInner.withDisplayName(String displayName) Set the displayName property: The role management policy display name.RoleManagementPolicyInner.withIsOrganizationDefault(Boolean isOrganizationDefault) Set the isOrganizationDefault property: The role management policy is default policy.RoleManagementPolicyInner.withRules(List<RoleManagementPolicyRule> rules) Set the rules property: The rule applied to the policy.Set the scope property: The role management policy scope. -
Uses of RoleManagementPolicyInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleManagementPolicyInnerModifier and TypeMethodDescriptionRoleManagementPolicyListResult.value()Get the value property: Role management policy list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleManagementPolicyInnerModifier and TypeMethodDescriptionRoleManagementPolicyListResult.withValue(List<RoleManagementPolicyInner> value) Set the value property: Role management policy list.