Interface ApplicationInsightsComponentApiKey


public interface ApplicationInsightsComponentApiKey
An immutable client-side representation of ApplicationInsightsComponentApiKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the apiKey property: The API key value.
    Gets the createdDate property: The create date of this API key.
    id()
    Gets the id property: The unique ID of the API key inside an Application Insights component.
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentApiKeyInner object.
    Gets the linkedReadProperties property: The read access rights of this API Key.
    Gets the linkedWriteProperties property: The write access rights of this API Key.
    Gets the name property: The name of the API key.
  • Method Details

    • id

      String id()
      Gets the id property: The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.
      Returns:
      the id value.
    • apiKey

      String apiKey()
      Gets the apiKey property: The API key value. It will be only return once when the API Key was created.
      Returns:
      the apiKey value.
    • createdDate

      String createdDate()
      Gets the createdDate property: The create date of this API key.
      Returns:
      the createdDate value.
    • name

      String name()
      Gets the name property: The name of the API key.
      Returns:
      the name value.
    • linkedReadProperties

      List<String> linkedReadProperties()
      Gets the linkedReadProperties property: The read access rights of this API Key.
      Returns:
      the linkedReadProperties value.
    • linkedWriteProperties

      List<String> linkedWriteProperties()
      Gets the linkedWriteProperties property: The write access rights of this API Key.
      Returns:
      the linkedWriteProperties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentApiKeyInner object.
      Returns:
      the inner object.