Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ValidateProbeOutputInner
-
Packages that use ValidateProbeOutputInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient. -
-
Uses of ValidateProbeOutputInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return ValidateProbeOutputInner Modifier and Type Method Description ValidateProbeOutputInnerCdnManagementClient. validateProbe(String probeUrl)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 ValidateProbeOutputInner Modifier and Type Method Description Mono<ValidateProbeOutputInner>CdnManagementClient. validateProbeAsync(String probeUrl)Check if the probe path is a valid path and the file can be accessed.com.azure.core.http.rest.Response<ValidateProbeOutputInner>CdnManagementClient. validateProbeWithResponse(String probeUrl, 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(String probeUrl)Check if the probe path is a valid path and the file can be accessed.
-