New-AzCdnHealthProbeParametersObject
Create an in-memory object for HealthProbeParameters.
Syntax
New-AzCdnHealthProbeParametersObject
[-ProbeIntervalInSecond <Int32>]
[-ProbePath <String>]
[-ProbeProtocol <ProbeProtocol>]
[-ProbeRequestType <HealthProbeRequestType>]
[<CommonParameters>]
Description
Create an in-memory object for HealthProbeParameters.
Examples
Example 1: Create an in-memory object for AzureCDN HealthProbeParameters
New-AzCdnHealthProbeParametersObject -ProbeIntervalInSecond 120 -ProbePath "/check-health.aspx" -ProbeProtocol "Http" -ProbeRequestType "HEAD"
ProbeIntervalInSecond ProbePath ProbeProtocol ProbeRequestType
--------------------- --------- ------------- ----------------
120 /check-health.aspx Http HEAD
Create an in-memory object for AzureCDN HealthProbeParameters
Parameters
-ProbeIntervalInSecond
The number of seconds between health probes.Default is 240sec.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProbePath
The path relative to the origin that is used to determine the health of the origin.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProbeProtocol
Protocol to use for health probe.
Type: | ProbeProtocol |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProbeRequestType
The type of health probe request that is made.
Type: | HealthProbeRequestType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell