Interface ValidationsClient


  • public interface ValidationsClient
    An instance of this class provides access to all the operations defined in ValidationsClient.
    • Method Detail

      • validateOrganization

        OrganizationResourceInner validateOrganization​(String resourceGroupName,
                                                       String organizationName,
                                                       OrganizationResourceInner body)
        Organization Validate proxy resource.
        Parameters:
        resourceGroupName - Resource group name.
        organizationName - Organization resource name.
        body - Organization resource model.
        Returns:
        organization resource.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • validateOrganizationWithResponse

        com.azure.core.http.rest.Response<OrganizationResourceInner> validateOrganizationWithResponse​(String resourceGroupName,
                                                                                                      String organizationName,
                                                                                                      OrganizationResourceInner body,
                                                                                                      com.azure.core.util.Context context)
        Organization Validate proxy resource.
        Parameters:
        resourceGroupName - Resource group name.
        organizationName - Organization resource name.
        body - Organization resource model.
        context - The context to associate with this operation.
        Returns:
        organization resource.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.