Uses of Class
com.azure.resourcemanager.cdn.models.ValidateSecretType
-
Packages that use ValidateSecretType 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 ValidateSecretType in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ValidateSecretType Modifier and Type Method Description ValidateSecretOutputInnerValidatesClient. secret(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile.Mono<ValidateSecretOutputInner>ValidatesClient. secretAsync(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner>ValidatesClient. 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>>ValidatesClient. secretWithResponseAsync(ResourceReference secretSource, ValidateSecretType secretType)Validate a Secret in the profile. -
Uses of ValidateSecretType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ValidateSecretType Modifier and Type Field Description static ValidateSecretTypeValidateSecretType. CUSTOMER_CERTIFICATEStatic value CustomerCertificate for ValidateSecretType.static ValidateSecretTypeValidateSecretType. MANAGED_CERTIFICATEStatic value ManagedCertificate for ValidateSecretType.static ValidateSecretTypeValidateSecretType. URL_SIGNING_KEYStatic value UrlSigningKey for ValidateSecretType.Methods in com.azure.resourcemanager.cdn.models that return ValidateSecretType Modifier and Type Method Description static ValidateSecretTypeValidateSecretType. fromString(String name)Creates or finds a ValidateSecretType from its string representation.ValidateSecretTypeValidateSecretInput. secretType()Get the secretType property: The secret type.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ValidateSecretType Modifier and Type Method Description static Collection<ValidateSecretType>ValidateSecretType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ValidateSecretType Modifier and Type Method Description ValidateSecretInputValidateSecretInput. withSecretType(ValidateSecretType secretType)Set the secretType property: The secret type.
-