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

com.azure.resourcemanager.hdinsight.models.ClusterCreateValidationResult Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for HDInsight Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. HDInsight Management Client. Package tag package-2024-08-preview.

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.hdinsight.models;

import com.azure.resourcemanager.hdinsight.fluent.models.ClusterCreateValidationResultInner;
import java.time.Duration;
import java.util.List;

/**
 * An immutable client-side representation of ClusterCreateValidationResult.
 */
public interface ClusterCreateValidationResult {
    /**
     * Gets the validationErrors property: The validation errors.
     * 
     * @return the validationErrors value.
     */
    List validationErrors();

    /**
     * Gets the validationWarnings property: The validation warnings.
     * 
     * @return the validationWarnings value.
     */
    List validationWarnings();

    /**
     * Gets the estimatedCreationDuration property: The estimated creation duration.
     * 
     * @return the estimatedCreationDuration value.
     */
    Duration estimatedCreationDuration();

    /**
     * Gets the aaddsResourcesDetails property: The Azure active directory domain service resource details.
     * 
     * @return the aaddsResourcesDetails value.
     */
    List aaddsResourcesDetails();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy