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

com.microsoft.azure.management.containerregistry.v2017_10_01.RegistryNameStatus Maven / Gradle / Ivy

/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License. See License.txt in the project root for
 * license information.
 *
 * Code generated by Microsoft (R) AutoRest Code Generator.
 */

package com.microsoft.azure.management.containerregistry.v2017_10_01;

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.containerregistry.v2017_10_01.implementation.ContainerRegistryManager;
import com.microsoft.azure.management.containerregistry.v2017_10_01.implementation.RegistryNameStatusInner;

/**
 * Type representing RegistryNameStatus.
 */
public interface RegistryNameStatus extends HasInner, HasManager {
    /**
     * @return the message value.
     */
    String message();

    /**
     * @return the nameAvailable value.
     */
    Boolean nameAvailable();

    /**
     * @return the reason value.
     */
    String reason();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy