
com.azure.resourcemanager.fabric.models.RpSkuDetailsForNewResource Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) TypeSpec Code Generator.
package com.azure.resourcemanager.fabric.models;
import com.azure.resourcemanager.fabric.fluent.models.RpSkuDetailsForNewResourceInner;
import java.util.List;
/**
* An immutable client-side representation of RpSkuDetailsForNewResource.
*/
public interface RpSkuDetailsForNewResource {
/**
* Gets the resourceType property: The resource type.
*
* @return the resourceType value.
*/
String resourceType();
/**
* Gets the name property: The SKU's name.
*
* @return the name value.
*/
String name();
/**
* Gets the locations property: The list of available locations for the SKU.
*
* @return the locations value.
*/
List locations();
/**
* Gets the inner com.azure.resourcemanager.fabric.fluent.models.RpSkuDetailsForNewResourceInner object.
*
* @return the inner object.
*/
RpSkuDetailsForNewResourceInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy