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 TypeMethodDescriptionAfdProfilesClient.validateSecret(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ValidateSecretOutputInnerModifier and TypeMethodDescriptionAfdProfilesClient.validateSecretAsync(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile.com.azure.core.http.rest.Response<ValidateSecretOutputInner> AfdProfilesClient.validateSecretWithResponse(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput, com.azure.core.util.Context context) Validate a Secret in the profile.Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> AfdProfilesClient.validateSecretWithResponseAsync(String resourceGroupName, String profileName, ValidateSecretInput validateSecretInput) Validate a Secret in the profile. -
Uses of ValidateSecretOutputInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type ValidateSecretOutputInnerModifier and TypeClassDescriptionfinal classOutput of the validated secret.Methods in com.azure.resourcemanager.cdn.fluent.models that return ValidateSecretOutputInnerModifier and TypeMethodDescriptionstatic ValidateSecretOutputInnerValidateSecretOutputInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateSecretOutputInner from the JsonReader.ValidateSecretOutputInner.withMessage(String message) Set the message property: Detailed error message.ValidateSecretOutputInner.withStatus(Status status) Set the status property: The validation status.