All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.eventgrid.models.PartnerNamespaceSharedAccessKeys Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.2.0-beta.7
Show newest version
// 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.PartnerNamespaceSharedAccessKeysInner;

/**
 * An immutable client-side representation of PartnerNamespaceSharedAccessKeys.
 */
public interface PartnerNamespaceSharedAccessKeys {
    /**
     * Gets the key1 property: Shared access key1 for the partner namespace.
     * 
     * @return the key1 value.
     */
    String key1();

    /**
     * Gets the key2 property: Shared access key2 for the partner namespace.
     * 
     * @return the key2 value.
     */
    String key2();

    /**
     * Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceSharedAccessKeysInner object.
     * 
     * @return the inner object.
     */
    PartnerNamespaceSharedAccessKeysInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy