Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ValidateProbeOutputInner
Packages that use ValidateProbeOutputInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of ValidateProbeOutputInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return ValidateProbeOutputInnerModifier and TypeMethodDescriptionCdnManagementClient.validateProbe(ValidateProbeInput validateProbeInput) Check if the probe path is a valid path and the file can be accessed.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ValidateProbeOutputInnerModifier and TypeMethodDescriptionCdnManagementClient.validateProbeAsync(ValidateProbeInput validateProbeInput) Check if the probe path is a valid path and the file can be accessed.com.azure.core.http.rest.Response<ValidateProbeOutputInner> CdnManagementClient.validateProbeWithResponse(ValidateProbeInput validateProbeInput, com.azure.core.util.Context context) Check if the probe path is a valid path and the file can be accessed.Mono<com.azure.core.http.rest.Response<ValidateProbeOutputInner>> CdnManagementClient.validateProbeWithResponseAsync(ValidateProbeInput validateProbeInput) Check if the probe path is a valid path and the file can be accessed. -
Uses of ValidateProbeOutputInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type ValidateProbeOutputInnerModifier and TypeClassDescriptionfinal classOutput of the validate probe API.Methods in com.azure.resourcemanager.cdn.fluent.models that return ValidateProbeOutputInnerModifier and TypeMethodDescriptionstatic ValidateProbeOutputInnerValidateProbeOutputInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateProbeOutputInner from the JsonReader.