ApiKeys Interface
public interface ApiKeys
Resource collection API of ApiKeys.
Method Summary
Method Details
create
public abstract ApplicationInsightsComponentApiKey create(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties)
Create an API Key of an Application Insights component.
Parameters:
Returns:
createWithResponse
public abstract Response<ApplicationInsightsComponentApiKey> createWithResponse(String resourceGroupName, String resourceName, ApiKeyRequest apiKeyProperties, Context context)
Create an API Key of an Application Insights component.
Parameters:
Returns:
delete
public abstract ApplicationInsightsComponentApiKey delete(String resourceGroupName, String resourceName, String keyId)
Delete an API Key of an Application Insights component.
Parameters:
Returns:
deleteWithResponse
public abstract Response<ApplicationInsightsComponentApiKey> deleteWithResponse(String resourceGroupName, String resourceName, String keyId, Context context)
Delete an API Key of an Application Insights component.
Parameters:
Returns:
get
public abstract ApplicationInsightsComponentApiKey get(String resourceGroupName, String resourceName, String keyId)
Get the API Key for this key id.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationInsightsComponentApiKey> getWithResponse(String resourceGroupName, String resourceName, String keyId, Context context)
Get the API Key for this key id.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationInsightsComponentApiKey> list(String resourceGroupName, String resourceName)
Gets a list of API keys of an Application Insights component.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationInsightsComponentApiKey> list(String resourceGroupName, String resourceName, Context context)
Gets a list of API keys of an Application Insights component.
Parameters:
Returns: