Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ValidationResponseInner
-
Packages that use ValidationResponseInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of ValidationResponseInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return ValidationResponseInner Modifier and Type Method Description ValidationResponseInnerRoleAssignmentsClient. validate(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by scope and name.ValidationResponseInnerRoleAssignmentsClient. validateById(String roleAssignmentId, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by ID.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type ValidationResponseInner Modifier and Type Method Description Mono<ValidationResponseInner>RoleAssignmentsClient. validateAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by scope and name.Mono<ValidationResponseInner>RoleAssignmentsClient. validateByIdAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by ID.com.azure.core.http.rest.Response<ValidationResponseInner>RoleAssignmentsClient. validateByIdWithResponse(String roleAssignmentId, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context)Validate a role assignment create or update operation by ID.Mono<com.azure.core.http.rest.Response<ValidationResponseInner>>RoleAssignmentsClient. validateByIdWithResponseAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by ID.com.azure.core.http.rest.Response<ValidationResponseInner>RoleAssignmentsClient. validateWithResponse(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context)Validate a role assignment create or update operation by scope and name.Mono<com.azure.core.http.rest.Response<ValidationResponseInner>>RoleAssignmentsClient. validateWithResponseAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters)Validate a role assignment create or update operation by scope and name. -
Uses of ValidationResponseInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ValidationResponseInner Modifier and Type Method Description ValidationResponseInnerValidationResponseInner. withErrorInfo(ValidationResponseErrorInfo errorInfo)Set the errorInfo property: Failed validation result details.
-