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

com.azure.resourcemanager.webpubsub.models.NameAvailability 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.NameAvailabilityInner;

/**
 * An immutable client-side representation of NameAvailability.
 */
public interface NameAvailability {
    /**
     * Gets the nameAvailable property: Indicates whether the name is available or not.
     * 
     * @return the nameAvailable value.
     */
    Boolean nameAvailable();

    /**
     * Gets the reason property: The reason of the availability. Required if name is not available.
     * 
     * @return the reason value.
     */
    String reason();

    /**
     * Gets the message property: The message of the operation.
     * 
     * @return the message value.
     */
    String message();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy