Interface AccessKeys


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

    Modifier and Type
    Method
    Description
    Gets the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
    Gets the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
    Gets the inner com.azure.resourcemanager.purview.fluent.models.AccessKeysInner object.
  • Method Details

    • atlasKafkaPrimaryEndpoint

      String atlasKafkaPrimaryEndpoint()
      Gets the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
      Returns:
      the atlasKafkaPrimaryEndpoint value.
    • atlasKafkaSecondaryEndpoint

      String atlasKafkaSecondaryEndpoint()
      Gets the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
      Returns:
      the atlasKafkaSecondaryEndpoint value.
    • innerModel

      AccessKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.purview.fluent.models.AccessKeysInner object.
      Returns:
      the inner object.