GetPricingPlainArgs

data class GetPricingPlainArgs(val pricingName: String, val scopeId: String) : ConvertibleToJava<GetPricingPlainArgs>

Constructors

Link copied to clipboard
constructor(pricingName: String, scopeId: String)

Properties

Link copied to clipboard

name of the pricing configuration

Link copied to clipboard

The scope id of the pricing. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or a specific resource (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}) - Supported resources are (VirtualMachines)

Functions

Link copied to clipboard
open override fun toJava(): GetPricingPlainArgs