ArmCdnModelFactory.ValidateProbeContent(Uri) Method

Definition

Input of the validate probe API.

public static Azure.ResourceManager.Cdn.Models.ValidateProbeContent ValidateProbeContent(Uri probeUri = default);
static member ValidateProbeContent : Uri -> Azure.ResourceManager.Cdn.Models.ValidateProbeContent
Public Shared Function ValidateProbeContent (Optional probeUri As Uri = Nothing) As ValidateProbeContent

Parameters

probeUri
Uri

The probe URL to validate.

Returns

A new ValidateProbeContent instance for mocking.

Applies to