Interface TopicSharedAccessKeys
-
public interface TopicSharedAccessKeysAn immutable client-side representation of TopicSharedAccessKeys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicSharedAccessKeysInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object.Stringkey1()Gets the key1 property: Shared access key1 for the topic.Stringkey2()Gets the key2 property: Shared access key2 for the topic.
-
-
-
Method Detail
-
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
TopicSharedAccessKeysInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object.- Returns:
- the inner object.
-
-