azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

50 строки
2.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys"
fullName: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys"
name: "TopicSharedAccessKeys"
nameWithType: "TopicSharedAccessKeys"
summary: "An immutable client-side representation of Topic<wbr>Shared<wbr>Access<wbr>Keys."
syntax: "public interface **TopicSharedAccessKeys**"
methods:
- uid: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.innerModel()"
fullName: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.innerModel()"
name: "innerModel()"
nameWithType: "TopicSharedAccessKeys.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>eventgrid.<wbr>fluent.<wbr>models.<wbr>Topic<wbr>Shared<wbr>Access<wbr>Keys<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract TopicSharedAccessKeysInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner?alt=com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner&text=TopicSharedAccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.key1()"
fullName: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.key1()"
name: "key1()"
nameWithType: "TopicSharedAccessKeys.key1()"
summary: "Gets the key1 property: Shared access key1 for the topic."
modifiers:
- "abstract"
syntax: "public abstract String key1()"
desc: "Gets the key1 property: Shared access key1 for the topic."
returns:
description: "the key1 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.key2()"
fullName: "com.azure.resourcemanager.eventgrid.models.TopicSharedAccessKeys.key2()"
name: "key2()"
nameWithType: "TopicSharedAccessKeys.key2()"
summary: "Gets the key2 property: Shared access key2 for the topic."
modifiers:
- "abstract"
syntax: "public abstract String key2()"
desc: "Gets the key2 property: Shared access key2 for the topic."
returns:
description: "the key2 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of TopicSharedAccessKeys."
metadata: {}
package: "com.azure.resourcemanager.eventgrid.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0