Delen via


RenewPropertiesResponse Class

Definition

The renew properties for a reservation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponseTypeConverter))]
public class RenewPropertiesResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponseTypeConverter))>]
type RenewPropertiesResponse = class
    interface IRenewPropertiesResponse
    interface IJsonSerializable
Public Class RenewPropertiesResponse
Implements IRenewPropertiesResponse
Inheritance
RenewPropertiesResponse
Attributes
Implements

Constructors

RenewPropertiesResponse()

Creates an new RenewPropertiesResponse instance.

Properties

AppliedScope

List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType.

AppliedScopePropertyDisplayName

Display name

AppliedScopePropertyManagementGroupId

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

AppliedScopePropertyResourceGroupId

Fully-qualified identifier of the resource group.

AppliedScopePropertySubscriptionId

Fully-qualified identifier of the subscription.

AppliedScopePropertyTenantId

Tenant ID where the savings plan should apply benefit.

AppliedScopeType

Type of the Applied Scope.

BillingCurrencyTotalAmount
BillingCurrencyTotalCurrencyCode

The ISO 4217 3-letter currency code for the currency used by this purchase record.

BillingPlan

Represent the billing plans.

BillingScopeId

Subscription that will be charged for purchasing reservation or savings plan

DisplayName

Friendly name of the reservation

PricingCurrencyTotalAmount
PricingCurrencyTotalCurrencyCode

The ISO 4217 3-letter currency code for the currency used by this purchase record.

PurchasePropertyLocation

The Azure region where the reserved resource lives.

Quantity

Quantity of the skus that are part of the reservation.

Renew

Setting this to true will automatically purchase a new reservation on the expiration date time.

ReservedResourcePropertyInstanceFlexibility

Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type.

ReservedResourceType

The type of the resource that is being reserved.

ReviewDateTime

This is the date-time when the Azure hybrid benefit needs to be reviewed.

SkuName
Term

Represent the term of reservation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RenewPropertiesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RenewPropertiesResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponse.

FromJsonString(String)

Creates a new instance of RenewPropertiesResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RenewPropertiesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to