APIKeys interface
APIKey를 나타내는 인터페이스입니다.
메서드
| 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
옵션 매개 변수입니다.