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 TypeMethodDescriptionValidatesClient.secret(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.ValidatesClient.secretAsync(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner>ValidatesClient.secretWithResponse(ValidateSecretInput validateSecretInput, com.azure.core.util.Context context) Validate a Secret in the profile.Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>>ValidatesClient.secretWithResponseAsync(ValidateSecretInput validateSecretInput) Validate a Secret in the profile. -
Uses of ValidateSecretInput in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ValidateSecretInputModifier and TypeMethodDescriptionValidateSecretInput.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.