com.azure.resourcemanager.servicefabricmanagedclusters.models.ManagedVMSize 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.servicefabricmanagedclusters.models;
import com.azure.resourcemanager.servicefabricmanagedclusters.fluent.models.ManagedVMSizeInner;
/**
* An immutable client-side representation of ManagedVMSize.
*/
public interface ManagedVMSize {
/**
* Gets the properties property: VM Size properties.
*
* @return the properties value.
*/
VMSize properties();
/**
* Gets the id property: VM Size id.
*
* @return the id value.
*/
String id();
/**
* Gets the name property: VM Size name.
*
* @return the name value.
*/
String name();
/**
* Gets the type property: VM Size type.
*
* @return the type value.
*/
String type();
/**
* Gets the inner com.azure.resourcemanager.servicefabricmanagedclusters.fluent.models.ManagedVMSizeInner object.
*
* @return the inner object.
*/
ManagedVMSizeInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy