次の方法で共有


APIKeyRequest コンストラクター

定義

オーバーロード

APIKeyRequest()

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

APIKeyRequest(String, IList<String>, IList<String>)

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

APIKeyRequest()

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

public APIKeyRequest ();
Public Sub New ()

適用対象

APIKeyRequest(String, IList<String>, IList<String>)

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

public APIKeyRequest (string name = default, System.Collections.Generic.IList<string> linkedReadProperties = default, System.Collections.Generic.IList<string> linkedWriteProperties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest
Public Sub New (Optional name As String = Nothing, Optional linkedReadProperties As IList(Of String) = Nothing, Optional linkedWriteProperties As IList(Of String) = Nothing)

パラメーター

name
String

API キーの名前。

linkedReadProperties
IList<String>

この API キーの読み取りアクセス権。

linkedWriteProperties
IList<String>

この API キーの書き込みアクセス権。

適用対象