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

com.azure.resourcemanager.elastic.models.VMResources Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.elastic.models;

import com.azure.resourcemanager.elastic.fluent.models.VMResourcesInner;

/** An immutable client-side representation of VMResources. */
public interface VMResources {
    /**
     * Gets the vmResourceId property: The ARM id of the VM resource.
     *
     * @return the vmResourceId value.
     */
    String vmResourceId();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy