Interface ValidatesClient
public interface ValidatesClient
An instance of this class provides access to all the operations defined in ValidatesClient.
-
Method Summary
Modifier and TypeMethodDescriptionsecret(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.secretAsync(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner>secretWithResponse(ValidateSecretInput validateSecretInput, com.azure.core.util.Context context) Validate a Secret in the profile.Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>>secretWithResponseAsync(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.
-
Method Details
-
secretWithResponseAsync
Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> secretWithResponseAsync(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.- Parameters:
validateSecretInput- The Secret source.- Returns:
- output of the validated secret along with
Responseon successful completion ofMono. - 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
Validate a Secret in the profile.- Parameters:
validateSecretInput- The Secret source.- Returns:
- output of the validated secret on successful completion of
Mono. - 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
Validate a Secret in the profile.- Parameters:
validateSecretInput- The Secret source.- 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(ValidateSecretInput validateSecretInput, com.azure.core.util.Context context) Validate a Secret in the profile.- Parameters:
validateSecretInput- The Secret source.context- The context to associate with this operation.- Returns:
- output of the validated secret along with
Response. - 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.
-