Interface TopicSharedAccessKeys


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object.
    Gets the key1 property: Shared access key1 for the topic.
    Gets the key2 property: Shared access key2 for the topic.
  • Method Details

    • key1

      String key1()
      Gets the key1 property: Shared access key1 for the topic.
      Returns:
      the key1 value.
    • key2

      String key2()
      Gets the key2 property: Shared access key2 for the topic.
      Returns:
      the key2 value.
    • innerModel

      Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object.
      Returns:
      the inner object.