Compartir a través de


APIKeys class

Clase que representa una APIKeys.

Constructores

APIKeys(ApplicationInsightsManagementClientContext)

Cree una APIKeys.

Métodos

create(string, string, APIKeyRequest, RequestOptionsBase)

Cree una clave de API de un componente de Application Insights.

create(string, string, APIKeyRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
create(string, string, APIKeyRequest, ServiceCallback<ApplicationInsightsComponentAPIKey>)
deleteMethod(string, string, string, RequestOptionsBase)

Elimine una clave de API de un componente de Application Insights.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
get(string, string, string, RequestOptionsBase)

Obtenga la clave de API para este identificador de clave.

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
list(string, string, RequestOptionsBase)

Obtiene una lista de claves de API de un componente de Application Insights.

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
list(string, string, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Detalles del constructor

APIKeys(ApplicationInsightsManagementClientContext)

Cree una APIKeys.

new APIKeys(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

create(string, string, APIKeyRequest, RequestOptionsBase)

Cree una clave de API de un componente de Application Insights.

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: RequestOptionsBase): Promise<APIKeysCreateResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

aPIKeyProperties
APIKeyRequest

Propiedades que deben especificarse para crear una clave de API de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<Models.APIKeysCreateResponse>

create(string, string, APIKeyRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

aPIKeyProperties
APIKeyRequest

Propiedades que deben especificarse para crear una clave de API de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

create(string, string, APIKeyRequest, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

aPIKeyProperties
APIKeyRequest

Propiedades que deben especificarse para crear una clave de API de un componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

deleteMethod(string, string, string, RequestOptionsBase)

Elimine una clave de API de un componente de Application Insights.

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysDeleteMethodResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<Models.APIKeysDeleteMethodResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

get(string, string, string, RequestOptionsBase)

Obtenga la clave de API para este identificador de clave.

function get(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysGetResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<Models.APIKeysGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function get(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

get(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function get(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

keyId

string

Identificador de clave de API. Esto es único dentro de un componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentAPIKey>

La devolución de llamada

list(string, string, RequestOptionsBase)

Obtiene una lista de claves de API de un componente de Application Insights.

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<APIKeysListResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<Models.APIKeysListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

list(string, string, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.