New-AzTrafficManagerProfile
建立流量管理員設定檔。
語法
New-AzTrafficManagerProfile
-Name <String>
-ResourceGroupName <String>
[-ProfileStatus <String>]
-RelativeDnsName <String>
-Ttl <UInt32>
-TrafficRoutingMethod <String>
-MonitorProtocol <String>
-MonitorPort <UInt32>
[-MonitorPath <String>]
[-MonitorIntervalInSeconds <Int32>]
[-MonitorTimeoutInSeconds <Int32>]
[-MonitorToleratedNumberOfFailures <Int32>]
[-MaxReturn <Int64>]
[-Tag <Hashtable>]
[-CustomHeader <System.Collections.Generic.List`1[Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerCustomHeader]>]
[-ExpectedStatusCodeRange <System.Collections.Generic.List`1[Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerExpectedStatusCodeRange]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzTrafficManagerProfile Cmdlet 會建立 Azure 流量管理員 配置檔。 指定 Name 參數和必要設定。 此 Cmdlet 會傳回代表新配置檔的本機物件。
此 Cmdlet 不會設定 流量管理員 端點。 您可以使用 Add-AzTrafficManagerEndpointConfig Cmdlet 來更新本機設定檔物件。 然後使用 Set-AzTrafficManagerProfile Cmdlet 將變更上傳至 流量管理員。 或者,您可以使用 New-AzTrafficManagerEndpoint Cmdlet 來新增端點。
範例
範例 1:建立配置檔
New-AzTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -ProfileStatus Enabled -TrafficRoutingMethod Performance -RelativeDnsName "contosoapp" -TTL 30 -MonitorProtocol HTTP -MonitorPort 80 -MonitorPath "/default.aspx"
此命令會在資源群組 ResourceGroup11 中建立名為 ContosoProfile 的 Azure 流量管理員 配置檔。 DNS FQDN 是 contosoapp.trafficmanager.net。
參數
-CustomHeader
探查要求的自定義標頭名稱和值組清單。
類型: | List<T>[TrafficManagerCustomHeader] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ExpectedStatusCodeRange
探查要求的預期 HTTP 狀態代碼範圍清單。
類型: | List<T>[TrafficManagerExpectedStatusCodeRange] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MaxReturn
使用 MultiValue 路由方法傳回之配置檔的最大答案數目。
類型: | Nullable<T>[Int64] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorIntervalInSeconds
此間隔 (以秒為單位),流量管理員 會檢查此配置檔中每個端點的健康情況。 預設值是 30。
類型: | Nullable<T>[Int32] |
別名: | IntervalInSecondsForMonitor |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorPath
指定用來監視端點健全狀況的路徑。 指定相對於端點功能變數名稱的值。 此值必須以斜線 (/) 開頭。
類型: | String |
別名: | PathForMonitor |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorPort
指定用來監視端點健全狀況的 TCP 連接埠。 有效值為從 1 到 65535 的整數。
類型: | UInt32 |
別名: | PortForMonitor |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorProtocol
指定用來監視端點健康情況的通訊協定。 有效值為:
- HTTP
- HTTPS
類型: | String |
別名: | ProtocolForMonitor |
接受的值: | HTTP, HTTPS, TCP |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorTimeoutInSeconds
流量管理員 允許此設定檔中的端點回應健康狀態檢查的時間(以秒為單位)。 預設值為 10。
類型: | Nullable<T>[Int32] |
別名: | TimeoutInSecondsForMonitor |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MonitorToleratedNumberOfFailures
在宣告此配置檔中端點降級之後,流量管理員 容許的連續失敗健康狀態檢查數目。 預設 為 3。
類型: | Nullable<T>[Int32] |
別名: | ToleratedNumberOfFailuresForMonitor |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定此 Cmdlet 所建立之 流量管理員 設定文件的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ProfileStatus
指定配置檔的狀態。 有效值為:Enabled 和 Disabled。
類型: | String |
接受的值: | Enabled, Disabled |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RelativeDnsName
指定這個 流量管理員 設定檔提供的相對 DNS 名稱。 流量管理員 結合這個值和 Azure 流量管理員 用來形成配置檔的完整功能變數名稱 (FQDN) 的 DNS 功能變數名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
指定資源群組的名稱。 此 Cmdlet 會在此參數指定的群組中建立 流量管理員 配置檔。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Tag
索引鍵/值組,格式為伺服器上設定為標籤的哈希表。 例如:
@{key0=“value0”;key1=$null;key2=“value2”}
類型: | Hashtable |
別名: | Tags |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-TrafficRoutingMethod
指定流量路由方法。 這個方法會決定哪一個端點 流量管理員 傳回以回應傳入的 DNS 查詢。 有效值為:
- 效能
- 加權
- 優先順序
- 地理
類型: | String |
接受的值: | Performance, Weighted, Priority, Geographic, Subnet, MultiValue |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Ttl
指定 DNS 存留時間 (TTL) 值。
類型: | UInt32 |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None