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