Uses of Class
com.azure.resourcemanager.cdn.models.ValidateSecretInput
-
Packages that use ValidateSecretInput Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 ValidateSecretInput Modifier and Type Method Description ValidateSecretOutputInnerValidatesClient. secret(ValidateSecretInput validateSecretInput)Validate a Secret in the profile.Mono<ValidateSecretOutputInner>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 ValidateSecretInput Modifier and Type Method Description ValidateSecretInputValidateSecretInput. withSecretSource(ResourceReference secretSource)Set the secretSource property: Resource reference to the Azure Key Vault secret.ValidateSecretInputValidateSecretInput. withSecretType(SecretType secretType)Set the secretType property: The secret type.ValidateSecretInputValidateSecretInput. withSecretVersion(String secretVersion)Set the secretVersion property: Secret version, if customer is using a specific version.
-