Uses of Class
com.azure.resourcemanager.cdn.models.ValidateProbeInput
Packages that use ValidateProbeInput
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ValidateProbeInput in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ValidateProbeInputModifier and TypeMethodDescriptionCdnManagementClient.validateProbe(ValidateProbeInput validateProbeInput) Check if the probe path is a valid path and the file can be accessed.CdnManagementClient.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 ValidateProbeInput in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ValidateProbeInputModifier and TypeMethodDescriptionValidateProbeInput.withProbeUrl(String probeUrl) Set the probeUrl property: The probe URL to validate.