Uses of Class
com.azure.resourcemanager.cdn.models.ValidateProbeInput
-
Packages that use ValidateProbeInput Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 ValidateProbeInput Modifier and Type Method Description ValidateProbeOutputInnerCdnManagementClient. validateProbe(ValidateProbeInput validateProbeInput)Check if the probe path is a valid path and the file can be accessed.Mono<ValidateProbeOutputInner>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 ValidateProbeInput Modifier and Type Method Description ValidateProbeInputValidateProbeInput. withProbeUrl(String probeUrl)Set the probeUrl property: The probe URL to validate.
-