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

com.azure.resourcemanager.webpubsub.models.WebPubSubKeys Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for WebPubSub Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure WebPubSub Service. Package tag package-2024-03-01.

The 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.webpubsub.models;

import com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner;

/**
 * An immutable client-side representation of WebPubSubKeys.
 */
public interface WebPubSubKeys {
    /**
     * Gets the primaryKey property: The primary access key.
     * 
     * @return the primaryKey value.
     */
    String primaryKey();

    /**
     * Gets the secondaryKey property: The secondary access key.
     * 
     * @return the secondaryKey value.
     */
    String secondaryKey();

    /**
     * Gets the primaryConnectionString property: Connection string constructed via the primaryKey.
     * 
     * @return the primaryConnectionString value.
     */
    String primaryConnectionString();

    /**
     * Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.
     * 
     * @return the secondaryConnectionString value.
     */
    String secondaryConnectionString();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy