APIKeys interface
APIKeys を表すインターフェイス。
メソッド
| create(string, string, APIKey |
Application Insights コンポーネントの API キーを作成します。 |
| delete(string, string, string, APIKeys |
Application Insights コンポーネントの API キーを削除します。 |
| get(string, string, string, APIKeys |
このキー ID の API キーを取得します。 |
| list(string, string, APIKeys |
Application Insights コンポーネントの API キーの一覧を取得します。 |
メソッドの詳細
create(string, string, APIKeyRequest, APIKeysCreateOptionalParams)
Application Insights コンポーネントの API キーを作成します。
function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<ApplicationInsightsComponentAPIKey>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- aPIKeyProperties
- APIKeyRequest
Application Insights コンポーネントの API キーを作成するために指定する必要があるプロパティ。
- options
- APIKeysCreateOptionalParams
オプション パラメーター。
戻り値
Promise<ApplicationInsightsComponentAPIKey>
delete(string, string, string, APIKeysDeleteOptionalParams)
Application Insights コンポーネントの API キーを削除します。
function delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<ApplicationInsightsComponentAPIKey>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- keyId
-
string
API キー ID。 これは Application Insights コンポーネント内で一意です。
- options
- APIKeysDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<ApplicationInsightsComponentAPIKey>
get(string, string, string, APIKeysGetOptionalParams)
このキー ID の API キーを取得します。
function get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<ApplicationInsightsComponentAPIKey>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- keyId
-
string
API キー ID。 これは Application Insights コンポーネント内で一意です。
- options
- APIKeysGetOptionalParams
オプション パラメーター。
戻り値
Promise<ApplicationInsightsComponentAPIKey>
list(string, string, APIKeysListOptionalParams)
Application Insights コンポーネントの API キーの一覧を取得します。
function list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey, ApplicationInsightsComponentAPIKey[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- options
- APIKeysListOptionalParams
オプション パラメーター。