Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner
-
Packages that use TopicSharedAccessKeysInner Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of TopicSharedAccessKeysInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return TopicSharedAccessKeysInner Modifier and Type Method Description TopicSharedAccessKeysInnerTopicsClient. listSharedAccessKeys(String resourceGroupName, String topicName)List the two keys used to publish to a topic.TopicSharedAccessKeysInnerTopicsClient. regenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest)Regenerate a shared access key for a topic.TopicSharedAccessKeysInnerTopicsClient. regenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest, com.azure.core.util.Context context)Regenerate a shared access key for a topic.Methods in com.azure.resourcemanager.eventgrid.fluent that return types with arguments of type TopicSharedAccessKeysInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicSharedAccessKeysInner>,TopicSharedAccessKeysInner>TopicsClient. beginRegenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest)Regenerate a shared access key for a topic.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicSharedAccessKeysInner>,TopicSharedAccessKeysInner>TopicsClient. beginRegenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest)Regenerate a shared access key for a topic.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicSharedAccessKeysInner>,TopicSharedAccessKeysInner>TopicsClient. beginRegenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest, com.azure.core.util.Context context)Regenerate a shared access key for a topic.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicSharedAccessKeysInner>,TopicSharedAccessKeysInner>TopicsClient. beginRegenerateKey(String resourceGroupName, String topicName, TopicRegenerateKeyRequest regenerateKeyRequest, com.azure.core.util.Context context)Regenerate a shared access key for a topic.com.azure.core.http.rest.Response<TopicSharedAccessKeysInner>TopicsClient. listSharedAccessKeysWithResponse(String resourceGroupName, String topicName, com.azure.core.util.Context context)List the two keys used to publish to a topic. -
Uses of TopicSharedAccessKeysInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicSharedAccessKeysInner Modifier and Type Method Description TopicSharedAccessKeysInnerTopicSharedAccessKeysInner. withKey1(String key1)Set the key1 property: Shared access key1 for the topic.TopicSharedAccessKeysInnerTopicSharedAccessKeysInner. withKey2(String key2)Set the key2 property: Shared access key2 for the topic. -
Uses of TopicSharedAccessKeysInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return TopicSharedAccessKeysInner Modifier and Type Method Description TopicSharedAccessKeysInnerTopicSharedAccessKeys. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object.
-