
com.azure.resourcemanager.eventgrid.models.NamespaceSharedAccessKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-eventgrid Show documentation
Show all versions of azure-resourcemanager-eventgrid Show documentation
This package contains Microsoft Azure SDK for EventGrid Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure EventGrid Management Client. Package tag package-2021-10-preview.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.eventgrid.models;
import com.azure.resourcemanager.eventgrid.fluent.models.NamespaceSharedAccessKeysInner;
/**
* An immutable client-side representation of NamespaceSharedAccessKeys.
*/
public interface NamespaceSharedAccessKeys {
/**
* Gets the key1 property: Shared access key1 for the namespace.
*
* @return the key1 value.
*/
String key1();
/**
* Gets the key2 property: Shared access key2 for the namespace.
*
* @return the key2 value.
*/
String key2();
/**
* Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.NamespaceSharedAccessKeysInner object.
*
* @return the inner object.
*/
NamespaceSharedAccessKeysInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy