다음을 통해 공유


SearchManagementRequestOptionsInner.ClientRequestId 속성

정의

이 요청을 식별하는 클라이언트에서 생성된 GUID 값을 가져오거나 설정합니다. 지정된 경우 요청을 추적하는 방법으로 응답 정보에 포함됩니다.

[Newtonsoft.Json.JsonProperty(PropertyName="")]
public Guid? ClientRequestId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="")>]
member this.ClientRequestId : Nullable<Guid> with get, set
Public Property ClientRequestId As Nullable(Of Guid)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상