APIKeys class
Klasse die een APIKeys vertegenwoordigt.
Constructors
| APIKeys(Application |
Maak een APIKeys. |
Methoden
Constructordetails
APIKeys(ApplicationInsightsManagementClientContext)
Maak een APIKeys.
new APIKeys(client: ApplicationInsightsManagementClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
create(string, string, APIKeyRequest, RequestOptionsBase)
Maak een API-sleutel van een Application Insights-onderdeel.
function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: RequestOptionsBase): Promise<APIKeysCreateResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- aPIKeyProperties
- APIKeyRequest
Eigenschappen die moeten worden opgegeven om een API-sleutel van een Application Insights-onderdeel te maken.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<APIKeysCreateResponse>
Beloof<modellen.APIKeysCreateResponse>
create(string, string, APIKeyRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- aPIKeyProperties
- APIKeyRequest
Eigenschappen die moeten worden opgegeven om een API-sleutel van een Application Insights-onderdeel te maken.
- options
- RequestOptionsBase
De optionele parameters
De callback
create(string, string, APIKeyRequest, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- aPIKeyProperties
- APIKeyRequest
Eigenschappen die moeten worden opgegeven om een API-sleutel van een Application Insights-onderdeel te maken.
De callback
deleteMethod(string, string, string, RequestOptionsBase)
Verwijder een API-sleutel van een Application Insights-onderdeel.
function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysDeleteMethodResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<APIKeysDeleteMethodResponse>
Beloof<Models.APIKeysDeleteMethodResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
De callback
deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
De callback
get(string, string, string, RequestOptionsBase)
Haal de API-sleutel voor deze sleutel-id op.
function get(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<APIKeysGetResponse>
Promise<Models.APIKeysGetResponse->
get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function get(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
De callback
get(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
function get(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- keyId
-
string
De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.
De callback
list(string, string, RequestOptionsBase)
Hiermee haalt u een lijst met API-sleutels van een Application Insights-onderdeel op.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<APIKeysListResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<APIKeysListResponse>
Promise<Models.APIKeysListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
De callback
list(string, string, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
De callback