次の方法で共有


FhirServiceCorsConfiguration コンストラクター

定義

オーバーロード

FhirServiceCorsConfiguration()

FhirServiceCorsConfiguration クラスの新しいインスタンスを初期化します。

FhirServiceCorsConfiguration(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>)

FhirServiceCorsConfiguration クラスの新しいインスタンスを初期化します。

FhirServiceCorsConfiguration()

FhirServiceCorsConfiguration クラスの新しいインスタンスを初期化します。

public FhirServiceCorsConfiguration ();
Public Sub New ()

適用対象

FhirServiceCorsConfiguration(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>)

FhirServiceCorsConfiguration クラスの新しいインスタンスを初期化します。

public FhirServiceCorsConfiguration (System.Collections.Generic.IList<string> origins = default, System.Collections.Generic.IList<string> headers = default, System.Collections.Generic.IList<string> methods = default, int? maxAge = default, bool? allowCredentials = default);
new Microsoft.Azure.Management.HealthcareApis.Models.FhirServiceCorsConfiguration : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.HealthcareApis.Models.FhirServiceCorsConfiguration
Public Sub New (Optional origins As IList(Of String) = Nothing, Optional headers As IList(Of String) = Nothing, Optional methods As IList(Of String) = Nothing, Optional maxAge As Nullable(Of Integer) = Nothing, Optional allowCredentials As Nullable(Of Boolean) = Nothing)

パラメーター

origins
IList<String>

CORS 経由で許可される配信元。

headers
IList<String>

CORS 経由で許可されるヘッダー。

methods
IList<String>

CORS 経由で許可されるメソッド。

maxAge
Nullable<Int32>

CORS 経由で許可される最大有効期間。

allowCredentials
Nullable<Boolean>

資格情報が CORS 経由で許可されている場合。

適用対象