Udostępnij za pośrednictwem


TopicSharedAccessKeys Interface

public interface TopicSharedAccessKeys

An immutable client-side representation of TopicSharedAccessKeys.

Method Summary

Modifier and Type Method and Description
abstract TopicSharedAccessKeysInner innerModel()

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

abstract String key1()

Gets the key1 property: Shared access key1 for the topic.

abstract String key2()

Gets the key2 property: Shared access key2 for the topic.

Method Details

innerModel

public abstract TopicSharedAccessKeysInner innerModel()

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

Returns:

the inner object.

key1

public abstract String key1()

Gets the key1 property: Shared access key1 for the topic.

Returns:

the key1 value.

key2

public abstract String key2()

Gets the key2 property: Shared access key2 for the topic.

Returns:

the key2 value.

Applies to