Interface Validations


  • public interface Validations
    Resource collection API of Validations.
    • Method Detail

      • validateOrganization

        OrganizationResource 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<OrganizationResource> 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.