Share via


BillingAppliedScopeProperties Class

Definition

Properties specific to applied scope type. Not required if not applicable.

public class BillingAppliedScopeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingAppliedScopeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingAppliedScopeProperties>
type BillingAppliedScopeProperties = class
    interface IJsonModel<BillingAppliedScopeProperties>
    interface IPersistableModel<BillingAppliedScopeProperties>
Public Class BillingAppliedScopeProperties
Implements IJsonModel(Of BillingAppliedScopeProperties), IPersistableModel(Of BillingAppliedScopeProperties)
Inheritance
BillingAppliedScopeProperties
Implements

Constructors

BillingAppliedScopeProperties()

Initializes a new instance of BillingAppliedScopeProperties.

Properties

DisplayName

Display name.

ManagementGroupId

Fully-qualified identifier of the management group where the benefit is applied.

ResourceGroupId

Fully-qualified identifier of the resource group where the benefit is applied.

SubscriptionId

Fully-qualified identifier of the subscription where the benefit is applied.

TenantId

Tenant ID where the savings plan where the benefit is applied.

Explicit Interface Implementations

IJsonModel<BillingAppliedScopeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BillingAppliedScopeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAppliedScopeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAppliedScopeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BillingAppliedScopeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to