public interface ValidatesClient
| Modifier and Type | Method and Description |
|---|---|
ValidateSecretOutputInner |
secret(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
Mono<ValidateSecretOutputInner> |
secretAsync(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
com.azure.core.http.rest.Response<ValidateSecretOutputInner> |
secretWithResponse(ResourceReference secretSource,
ValidateSecretType secretType,
com.azure.core.util.Context context)
Validate a Secret in the profile.
|
Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> |
secretWithResponseAsync(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> secretWithResponseAsync(ResourceReference secretSource, ValidateSecretType secretType)
secretSource - The secret source.secretType - The secret type.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.Mono<ValidateSecretOutputInner> secretAsync(ResourceReference secretSource, ValidateSecretType secretType)
secretSource - The secret source.secretType - The secret type.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.ValidateSecretOutputInner secret(ResourceReference secretSource, ValidateSecretType secretType)
secretSource - The secret source.secretType - The secret type.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.com.azure.core.http.rest.Response<ValidateSecretOutputInner> secretWithResponse(ResourceReference secretSource, ValidateSecretType secretType, com.azure.core.util.Context context)
secretSource - The secret source.secretType - The secret type.context - The context to associate with this operation.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.Copyright © 2021 Microsoft Corporation. All rights reserved.