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
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ValidateProbeInputMethods in com.azure.resourcemanager.cdn.models that return ValidateProbeInputModifier and TypeMethodDescriptionstatic ValidateProbeInputValidateProbeInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateProbeInput from the JsonReader.ValidateProbeInput.withProbeUrl(String probeUrl) Set the probeUrl property: The probe URL to validate.