Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ValidateSecretOutputInner
Packages that use ValidateSecretOutputInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of ValidateSecretOutputInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return ValidateSecretOutputInnerModifier and TypeMethodDescriptionValidatesClient.secret(ValidateSecretInput validateSecretInput) Validate a Secret in the profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ValidateSecretOutputInnerModifier and TypeMethodDescriptionValidatesClient.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 ValidateSecretOutputInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ValidateSecretOutputInnerModifier and TypeMethodDescriptionValidateSecretOutputInner.withMessage(String message) Set the message property: Detailed error message.ValidateSecretOutputInner.withStatus(Status status) Set the status property: The validation status.