共用方式為


RequestMetadata.RequestRoute 屬性

定義

取得或設定要求的路由範本。

public:
 property System::String ^ RequestRoute { System::String ^ get(); void set(System::String ^ value); };
public string RequestRoute { get; set; }
member this.RequestRoute : string with get, set
Public Property RequestRoute As String

屬性值

備註

要求路由用於多個使用案例:

  • 針對傳出要求計量,如果未提供 RequestName) ,則會作為要求名稱維度 (。
  • 針對記錄和追蹤,它會用來識別路徑中的敏感性參數,並在導出的路徑中加以修訂,因此可以避免敏感數據外洩。 如果您使用修訂,則範本對於要求應該正確,否則不會將修訂套用至敏感性參數。 例如,範本看起來會像 /v1/users/{userId}/chats/{chatId}/messages。 若要進行修訂的參數,敏感性參數名稱應該完全符合傳出追蹤和傳出記錄自動交錯函式組態中提供的組態。

適用於