ManagedIdentityApplicationBuilder.WithExtraQueryParameters 메서드

정의

HTTP 인증 요청의 쿼리 문자열에 대한 추가 쿼리 매개 변수를 설정합니다.

public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithExtraQueryParameters(System.Collections.Generic.IDictionary<string,string> extraQueryParameters);
member this.WithExtraQueryParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Identity.Client.ManagedIdentityApplicationBuilder
Public Function WithExtraQueryParameters (extraQueryParameters As IDictionary(Of String, String)) As ManagedIdentityApplicationBuilder

매개 변수

extraQueryParameters
IDictionary<String,String>

이 매개 변수는 HTTP 인증 요청의 쿼리 문자열에 앰퍼샌드 문자로 구분된 양식 key=value 세그먼트의 문자열로 기관에 추가됩니다. 매개 변수는 null일 수 있습니다.

반품

를 연결할 작성기입니다. 메서드를 사용합니다.

설명

이 API는 실험적이며 주 버전 증가 없이 이후 버전의 라이브러리에서 변경될 수 있습니다.

적용 대상