Interface ValidatesClient


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

      • secretWithResponseAsync

        Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> secretWithResponseAsync​(ResourceReference secretSource,
                                                                                                   ValidateSecretType secretType)
        Validate a Secret in the profile.
        Parameters:
        secretSource - The secret source.
        secretType - The secret type.
        Returns:
        output of the validated secret.
        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.
      • secretAsync

        Mono<ValidateSecretOutputInner> secretAsync​(ResourceReference secretSource,
                                                    ValidateSecretType secretType)
        Validate a Secret in the profile.
        Parameters:
        secretSource - The secret source.
        secretType - The secret type.
        Returns:
        output of the validated secret.
        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.
      • secret

        ValidateSecretOutputInner secret​(ResourceReference secretSource,
                                         ValidateSecretType secretType)
        Validate a Secret in the profile.
        Parameters:
        secretSource - The secret source.
        secretType - The secret type.
        Returns:
        output of the validated secret.
        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.
      • secretWithResponse

        com.azure.core.http.rest.Response<ValidateSecretOutputInner> secretWithResponse​(ResourceReference secretSource,
                                                                                        ValidateSecretType secretType,
                                                                                        com.azure.core.util.Context context)
        Validate a Secret in the profile.
        Parameters:
        secretSource - The secret source.
        secretType - The secret type.
        context - The context to associate with this operation.
        Returns:
        output of the validated secret.
        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.