ArmCdnModelFactory.ValidateProbeContent(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.