Uses of Class
com.azure.resourcemanager.cdn.models.ValidateSecretInput
Packages that use ValidateSecretInput
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ValidateSecretInput in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ValidateSecretInputModifier and TypeMethodDescriptionAfdProfilesClient.validateSecret(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile.AfdProfilesClient.validateSecretAsync(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner> AfdProfilesClient.validateSecretWithResponse(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput, com.azure.core.util.Context context) Validate a Secret in the profile.Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> AfdProfilesClient.validateSecretWithResponseAsync(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile. -
Uses of ValidateSecretInput in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ValidateSecretInputModifier and TypeClassDescriptionfinal classInput of the secret to be validated.Methods in com.azure.resourcemanager.cdn.models that return ValidateSecretInputModifier and TypeMethodDescriptionstatic ValidateSecretInputValidateSecretInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateSecretInput from the JsonReader.ValidateSecretInput.withSecretSource(ResourceReference secretSource) Set the secretSource property: Resource reference to the Azure Key Vault secret.ValidateSecretInput.withSecretType(SecretType secretType) Set the secretType property: The secret type.ValidateSecretInput.withSecretVersion(String secretVersion) Set the secretVersion property: Secret version, if customer is using a specific version.