Compartir a través de


APIKeysOperationsExtensions.Create Método

Definición

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

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey Create (this Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest aPIKeyProperties);
static member Create : Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
<Extension()>
Public Function Create (operations As IAPIKeysOperations, resourceGroupName As String, resourceName As String, aPIKeyProperties As APIKeyRequest) As ApplicationInsightsComponentAPIKey

Parámetros

operations
IAPIKeysOperations

Grupo de operaciones para este método de extensión.

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.

Devoluciones

Se aplica a