azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

714 строки
56 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty"
name: "ReservationProperty"
nameWithType: "ReservationProperty"
summary: "The property of reservation object."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ReservationProperty**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.ReservationProperty()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.ReservationProperty()"
name: "ReservationProperty()"
nameWithType: "ReservationProperty.ReservationProperty()"
summary: "Creates an instance of Reservation<wbr>Property class."
syntax: "public ReservationProperty()"
desc: "Creates an instance of ReservationProperty class."
methods:
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.aggregates()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.aggregates()"
name: "aggregates()"
nameWithType: "ReservationProperty.aggregates()"
summary: "Get the aggregates property: The array of aggregates of a reservation's utilization."
syntax: "public List<ReservationUtilizationAggregates> aggregates()"
desc: "Get the aggregates property: The array of aggregates of a reservation's utilization."
returns:
description: "the aggregates value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.ReservationUtilizationAggregates?alt=com.azure.resourcemanager.billing.models.ReservationUtilizationAggregates&text=ReservationUtilizationAggregates\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopeProperties()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopeProperties()"
name: "appliedScopeProperties()"
nameWithType: "ReservationProperty.appliedScopeProperties()"
summary: "Get the applied<wbr>Scope<wbr>Properties property: Properties specific to applied scope type."
syntax: "public ReservationAppliedScopeProperties appliedScopeProperties()"
desc: "Get the appliedScopeProperties property: Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup."
returns:
description: "the appliedScopeProperties value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationAppliedScopeProperties?alt=com.azure.resourcemanager.billing.models.ReservationAppliedScopeProperties&text=ReservationAppliedScopeProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopeType()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopeType()"
name: "appliedScopeType()"
nameWithType: "ReservationProperty.appliedScopeType()"
summary: "Get the applied<wbr>Scope<wbr>Type property: The applied scope type of the reservation."
syntax: "public String appliedScopeType()"
desc: "Get the appliedScopeType property: The applied scope type of the reservation."
returns:
description: "the appliedScopeType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopes()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.appliedScopes()"
name: "appliedScopes()"
nameWithType: "ReservationProperty.appliedScopes()"
summary: "Get the applied<wbr>Scopes property: The array of applied scopes of a reservation."
syntax: "public List<String> appliedScopes()"
desc: "Get the appliedScopes property: The array of applied scopes of a reservation. Will be null if the reservation is in Shared scope."
returns:
description: "the appliedScopes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.archived()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.archived()"
name: "archived()"
nameWithType: "ReservationProperty.archived()"
summary: "Get the archived property: Indicates if the reservation is archived."
syntax: "public Boolean archived()"
desc: "Get the archived property: Indicates if the reservation is archived."
returns:
description: "the archived value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.benefitStartTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.benefitStartTime()"
name: "benefitStartTime()"
nameWithType: "ReservationProperty.benefitStartTime()"
summary: "Get the benefit<wbr>Start<wbr>Time property: This is the Date<wbr>Time when the reservation benefit started."
syntax: "public OffsetDateTime benefitStartTime()"
desc: "Get the benefitStartTime property: This is the DateTime when the reservation benefit started."
returns:
description: "the benefitStartTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.billingPlan()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.billingPlan()"
name: "billingPlan()"
nameWithType: "ReservationProperty.billingPlan()"
summary: "Get the billing<wbr>Plan property: The billing plan options available for this sku."
syntax: "public ReservationBillingPlan billingPlan()"
desc: "Get the billingPlan property: The billing plan options available for this sku."
returns:
description: "the billingPlan value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationBillingPlan?alt=com.azure.resourcemanager.billing.models.ReservationBillingPlan&text=ReservationBillingPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.billingScopeId()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.billingScopeId()"
name: "billingScopeId()"
nameWithType: "ReservationProperty.billingScopeId()"
summary: "Get the billing<wbr>Scope<wbr>Id property: Subscription that will be charged for purchasing reservation or savings plan."
syntax: "public String billingScopeId()"
desc: "Get the billingScopeId property: Subscription that will be charged for purchasing reservation or savings plan."
returns:
description: "the billingScopeId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.capabilities()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.capabilities()"
name: "capabilities()"
nameWithType: "ReservationProperty.capabilities()"
summary: "Get the capabilities property: Capabilities of the reservation."
syntax: "public String capabilities()"
desc: "Get the capabilities property: Capabilities of the reservation."
returns:
description: "the capabilities value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.displayName()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.displayName()"
name: "displayName()"
nameWithType: "ReservationProperty.displayName()"
summary: "Get the display<wbr>Name property: The display name of the reservation."
syntax: "public String displayName()"
desc: "Get the displayName property: The display name of the reservation."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.displayProvisioningState()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.displayProvisioningState()"
name: "displayProvisioningState()"
nameWithType: "ReservationProperty.displayProvisioningState()"
summary: "Get the display<wbr>Provisioning<wbr>State property: The provisioning state of the reservation for display, e.<wbr>g."
syntax: "public String displayProvisioningState()"
desc: "Get the displayProvisioningState property: The provisioning state of the reservation for display, e.g. Succeeded."
returns:
description: "the displayProvisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.effectiveDateTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.effectiveDateTime()"
name: "effectiveDateTime()"
nameWithType: "ReservationProperty.effectiveDateTime()"
summary: "Get the effective<wbr>Date<wbr>Time property: The effective date time of the reservation."
syntax: "public OffsetDateTime effectiveDateTime()"
desc: "Get the effectiveDateTime property: The effective date time of the reservation."
returns:
description: "the effectiveDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.expiryDate()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.expiryDate()"
name: "expiryDate()"
nameWithType: "ReservationProperty.expiryDate()"
summary: "Get the expiry<wbr>Date property: The expiry date of the reservation."
syntax: "public String expiryDate()"
desc: "Get the expiryDate property: The expiry date of the reservation."
returns:
description: "the expiryDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.expiryDateTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.expiryDateTime()"
name: "expiryDateTime()"
nameWithType: "ReservationProperty.expiryDateTime()"
summary: "Get the expiry<wbr>Date<wbr>Time property: This is the date-time when the reservation will expire."
syntax: "public OffsetDateTime expiryDateTime()"
desc: "Get the expiryDateTime property: This is the date-time when the reservation will expire."
returns:
description: "the expiryDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.extendedStatusInfo()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.extendedStatusInfo()"
name: "extendedStatusInfo()"
nameWithType: "ReservationProperty.extendedStatusInfo()"
summary: "Get the extended<wbr>Status<wbr>Info property: The message giving detailed information about the status code."
syntax: "public ReservationExtendedStatusInfo extendedStatusInfo()"
desc: "Get the extendedStatusInfo property: The message giving detailed information about the status code."
returns:
description: "the extendedStatusInfo value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ReservationExtendedStatusInfo&text=ReservationExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ReservationProperty.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Reservation<wbr>Property from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ReservationProperty fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ReservationProperty."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ReservationProperty from the JsonReader."
returns:
description: "An instance of ReservationProperty if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.instanceFlexibility()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.instanceFlexibility()"
name: "instanceFlexibility()"
nameWithType: "ReservationProperty.instanceFlexibility()"
summary: "Get the instance<wbr>Flexibility property: Allows reservation discount to be applied across skus within the same auto fit group."
syntax: "public InstanceFlexibility instanceFlexibility()"
desc: "Get the instanceFlexibility property: Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility."
returns:
description: "the instanceFlexibility value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.InstanceFlexibility?alt=com.azure.resourcemanager.billing.models.InstanceFlexibility&text=InstanceFlexibility\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.lastUpdatedDateTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.lastUpdatedDateTime()"
name: "lastUpdatedDateTime()"
nameWithType: "ReservationProperty.lastUpdatedDateTime()"
summary: "Get the last<wbr>Updated<wbr>Date<wbr>Time property: Date<wbr>Time of the last time the reservation was updated."
syntax: "public OffsetDateTime lastUpdatedDateTime()"
desc: "Get the lastUpdatedDateTime property: DateTime of the last time the reservation was updated."
returns:
description: "the lastUpdatedDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.mergeProperties()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.mergeProperties()"
name: "mergeProperties()"
nameWithType: "ReservationProperty.mergeProperties()"
summary: "Get the merge<wbr>Properties property: Properties of reservation merge."
syntax: "public ReservationMergeProperties mergeProperties()"
desc: "Get the mergeProperties property: Properties of reservation merge."
returns:
description: "the mergeProperties value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationMergeProperties?alt=com.azure.resourcemanager.billing.models.ReservationMergeProperties&text=ReservationMergeProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.productCode()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.productCode()"
name: "productCode()"
nameWithType: "ReservationProperty.productCode()"
summary: "Get the product<wbr>Code property: Represents UPN."
syntax: "public String productCode()"
desc: "Get the productCode property: Represents UPN."
returns:
description: "the productCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.provisioningState()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.provisioningState()"
name: "provisioningState()"
nameWithType: "ReservationProperty.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the reservation, e.<wbr>g."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the reservation, e.g. Succeeded."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.provisioningSubState()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.provisioningSubState()"
name: "provisioningSubState()"
nameWithType: "ReservationProperty.provisioningSubState()"
summary: "Get the provisioning<wbr>Sub<wbr>State property: The provisioning state of the reservation, e.<wbr>g."
syntax: "public String provisioningSubState()"
desc: "Get the provisioningSubState property: The provisioning state of the reservation, e.g. Succeeded."
returns:
description: "the provisioningSubState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.purchaseDate()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.purchaseDate()"
name: "purchaseDate()"
nameWithType: "ReservationProperty.purchaseDate()"
summary: "Get the purchase<wbr>Date property: This is the date when the reservation was purchased."
syntax: "public LocalDate purchaseDate()"
desc: "Get the purchaseDate property: This is the date when the reservation was purchased."
returns:
description: "the purchaseDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html\">LocalDate</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.purchaseDateTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.purchaseDateTime()"
name: "purchaseDateTime()"
nameWithType: "ReservationProperty.purchaseDateTime()"
summary: "Get the purchase<wbr>Date<wbr>Time property: This is the date-time when the reservation was purchased."
syntax: "public OffsetDateTime purchaseDateTime()"
desc: "Get the purchaseDateTime property: This is the date-time when the reservation was purchased."
returns:
description: "the purchaseDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.quantity()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.quantity()"
name: "quantity()"
nameWithType: "ReservationProperty.quantity()"
summary: "Get the quantity property: The number of the reservation."
syntax: "public Float quantity()"
desc: "Get the quantity property: The number of the reservation."
returns:
description: "the quantity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renew()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renew()"
name: "renew()"
nameWithType: "ReservationProperty.renew()"
summary: "Get the renew property: The renew state of the reservation."
syntax: "public Boolean renew()"
desc: "Get the renew property: The renew state of the reservation."
returns:
description: "the renew value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewDestination()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewDestination()"
name: "renewDestination()"
nameWithType: "ReservationProperty.renewDestination()"
summary: "Get the renew<wbr>Destination property: Reservation Id of the reservation which is purchased because of renew."
syntax: "public String renewDestination()"
desc: "Get the renewDestination property: Reservation Id of the reservation which is purchased because of renew. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/\\{reservationOrderId\\}/reservations/\\{reservationId\\}."
returns:
description: "the renewDestination value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewProperties()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewProperties()"
name: "renewProperties()"
nameWithType: "ReservationProperty.renewProperties()"
summary: "Get the renew<wbr>Properties property: The renew properties for a reservation."
syntax: "public RenewPropertiesResponse renewProperties()"
desc: "Get the renewProperties property: The renew properties for a reservation."
returns:
description: "the renewProperties value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.RenewPropertiesResponse?alt=com.azure.resourcemanager.billing.models.RenewPropertiesResponse&text=RenewPropertiesResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewSource()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.renewSource()"
name: "renewSource()"
nameWithType: "ReservationProperty.renewSource()"
summary: "Get the renew<wbr>Source property: The renew source of the reservation."
syntax: "public String renewSource()"
desc: "Get the renewSource property: The renew source of the reservation."
returns:
description: "the renewSource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.reservedResourceType()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.reservedResourceType()"
name: "reservedResourceType()"
nameWithType: "ReservationProperty.reservedResourceType()"
summary: "Get the reserved<wbr>Resource<wbr>Type property: The reserved source type of the reservation, e.<wbr>g."
syntax: "public String reservedResourceType()"
desc: "Get the reservedResourceType property: The reserved source type of the reservation, e.g. virtual machine."
returns:
description: "the reservedResourceType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.reviewDateTime()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.reviewDateTime()"
name: "reviewDateTime()"
nameWithType: "ReservationProperty.reviewDateTime()"
summary: "Get the review<wbr>Date<wbr>Time property: This is the date-time when the Azure Hybrid Benefit needs to be reviewed."
syntax: "public OffsetDateTime reviewDateTime()"
desc: "Get the reviewDateTime property: This is the date-time when the Azure Hybrid Benefit needs to be reviewed."
returns:
description: "the reviewDateTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.skuDescription()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.skuDescription()"
name: "skuDescription()"
nameWithType: "ReservationProperty.skuDescription()"
summary: "Get the sku<wbr>Description property: The sku description of the reservation."
syntax: "public String skuDescription()"
desc: "Get the skuDescription property: The sku description of the reservation."
returns:
description: "the skuDescription value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.splitProperties()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.splitProperties()"
name: "splitProperties()"
nameWithType: "ReservationProperty.splitProperties()"
summary: "Get the split<wbr>Properties property: Properties of reservation split."
syntax: "public ReservationSplitProperties splitProperties()"
desc: "Get the splitProperties property: Properties of reservation split."
returns:
description: "the splitProperties value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationSplitProperties?alt=com.azure.resourcemanager.billing.models.ReservationSplitProperties&text=ReservationSplitProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.swapProperties()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.swapProperties()"
name: "swapProperties()"
nameWithType: "ReservationProperty.swapProperties()"
summary: "Get the swap<wbr>Properties property: Properties of reservation swap."
syntax: "public ReservationSwapProperties swapProperties()"
desc: "Get the swapProperties property: Properties of reservation swap."
returns:
description: "the swapProperties value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationSwapProperties?alt=com.azure.resourcemanager.billing.models.ReservationSwapProperties&text=ReservationSwapProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.term()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.term()"
name: "term()"
nameWithType: "ReservationProperty.term()"
summary: "Get the term property: The term of the reservation, e.<wbr>g."
syntax: "public String term()"
desc: "Get the term property: The term of the reservation, e.g. P1Y."
returns:
description: "the term value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ReservationProperty.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.trend()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.trend()"
name: "trend()"
nameWithType: "ReservationProperty.trend()"
summary: "Get the trend property: last 7 day utilization trend for a reservation."
syntax: "public String trend()"
desc: "Get the trend property: last 7 day utilization trend for a reservation."
returns:
description: "the trend value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.userFriendlyAppliedScopeType()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.userFriendlyAppliedScopeType()"
name: "userFriendlyAppliedScopeType()"
nameWithType: "ReservationProperty.userFriendlyAppliedScopeType()"
summary: "Get the user<wbr>Friendly<wbr>Applied<wbr>Scope<wbr>Type property: The applied scope type of the reservation for display, e.<wbr>g."
syntax: "public String userFriendlyAppliedScopeType()"
desc: "Get the userFriendlyAppliedScopeType property: The applied scope type of the reservation for display, e.g. Shared."
returns:
description: "the userFriendlyAppliedScopeType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.userFriendlyRenewState()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.userFriendlyRenewState()"
name: "userFriendlyRenewState()"
nameWithType: "ReservationProperty.userFriendlyRenewState()"
summary: "Get the user<wbr>Friendly<wbr>Renew<wbr>State property: The renew state of the reservation for display, e.<wbr>g."
syntax: "public String userFriendlyRenewState()"
desc: "Get the userFriendlyRenewState property: The renew state of the reservation for display, e.g. On."
returns:
description: "the userFriendlyRenewState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.validate()"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.validate()"
name: "validate()"
nameWithType: "ReservationProperty.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAggregates(java.util.List<com.azure.resourcemanager.billing.models.ReservationUtilizationAggregates>)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAggregates(List<ReservationUtilizationAggregates> aggregates)"
name: "withAggregates(List<ReservationUtilizationAggregates> aggregates)"
nameWithType: "ReservationProperty.withAggregates(List<ReservationUtilizationAggregates> aggregates)"
summary: "Set the aggregates property: The array of aggregates of a reservation's utilization."
parameters:
- description: "the aggregates value to set."
name: "aggregates"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.ReservationUtilizationAggregates?alt=com.azure.resourcemanager.billing.models.ReservationUtilizationAggregates&text=ReservationUtilizationAggregates\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ReservationProperty withAggregates(List<ReservationUtilizationAggregates> aggregates)"
desc: "Set the aggregates property: The array of aggregates of a reservation's utilization."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAppliedScopeProperties(com.azure.resourcemanager.billing.models.ReservationAppliedScopeProperties)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAppliedScopeProperties(ReservationAppliedScopeProperties appliedScopeProperties)"
name: "withAppliedScopeProperties(ReservationAppliedScopeProperties appliedScopeProperties)"
nameWithType: "ReservationProperty.withAppliedScopeProperties(ReservationAppliedScopeProperties appliedScopeProperties)"
summary: "Set the applied<wbr>Scope<wbr>Properties property: Properties specific to applied scope type."
parameters:
- description: "the appliedScopeProperties value to set."
name: "appliedScopeProperties"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationAppliedScopeProperties?alt=com.azure.resourcemanager.billing.models.ReservationAppliedScopeProperties&text=ReservationAppliedScopeProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withAppliedScopeProperties(ReservationAppliedScopeProperties appliedScopeProperties)"
desc: "Set the appliedScopeProperties property: Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAppliedScopes(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withAppliedScopes(List<String> appliedScopes)"
name: "withAppliedScopes(List<String> appliedScopes)"
nameWithType: "ReservationProperty.withAppliedScopes(List<String> appliedScopes)"
summary: "Set the applied<wbr>Scopes property: The array of applied scopes of a reservation."
parameters:
- description: "the appliedScopes value to set."
name: "appliedScopes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ReservationProperty withAppliedScopes(List<String> appliedScopes)"
desc: "Set the appliedScopes property: The array of applied scopes of a reservation. Will be null if the reservation is in Shared scope."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withArchived(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withArchived(Boolean archived)"
name: "withArchived(Boolean archived)"
nameWithType: "ReservationProperty.withArchived(Boolean archived)"
summary: "Set the archived property: Indicates if the reservation is archived."
parameters:
- description: "the archived value to set."
name: "archived"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ReservationProperty withArchived(Boolean archived)"
desc: "Set the archived property: Indicates if the reservation is archived."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withBenefitStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withBenefitStartTime(OffsetDateTime benefitStartTime)"
name: "withBenefitStartTime(OffsetDateTime benefitStartTime)"
nameWithType: "ReservationProperty.withBenefitStartTime(OffsetDateTime benefitStartTime)"
summary: "Set the benefit<wbr>Start<wbr>Time property: This is the Date<wbr>Time when the reservation benefit started."
parameters:
- description: "the benefitStartTime value to set."
name: "benefitStartTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ReservationProperty withBenefitStartTime(OffsetDateTime benefitStartTime)"
desc: "Set the benefitStartTime property: This is the DateTime when the reservation benefit started."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withBillingPlan(com.azure.resourcemanager.billing.models.ReservationBillingPlan)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withBillingPlan(ReservationBillingPlan billingPlan)"
name: "withBillingPlan(ReservationBillingPlan billingPlan)"
nameWithType: "ReservationProperty.withBillingPlan(ReservationBillingPlan billingPlan)"
summary: "Set the billing<wbr>Plan property: The billing plan options available for this sku."
parameters:
- description: "the billingPlan value to set."
name: "billingPlan"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationBillingPlan?alt=com.azure.resourcemanager.billing.models.ReservationBillingPlan&text=ReservationBillingPlan\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withBillingPlan(ReservationBillingPlan billingPlan)"
desc: "Set the billingPlan property: The billing plan options available for this sku."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withCapabilities(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withCapabilities(String capabilities)"
name: "withCapabilities(String capabilities)"
nameWithType: "ReservationProperty.withCapabilities(String capabilities)"
summary: "Set the capabilities property: Capabilities of the reservation."
parameters:
- description: "the capabilities value to set."
name: "capabilities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ReservationProperty withCapabilities(String capabilities)"
desc: "Set the capabilities property: Capabilities of the reservation."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withExpiryDateTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withExpiryDateTime(OffsetDateTime expiryDateTime)"
name: "withExpiryDateTime(OffsetDateTime expiryDateTime)"
nameWithType: "ReservationProperty.withExpiryDateTime(OffsetDateTime expiryDateTime)"
summary: "Set the expiry<wbr>Date<wbr>Time property: This is the date-time when the reservation will expire."
parameters:
- description: "the expiryDateTime value to set."
name: "expiryDateTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ReservationProperty withExpiryDateTime(OffsetDateTime expiryDateTime)"
desc: "Set the expiryDateTime property: This is the date-time when the reservation will expire."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withExtendedStatusInfo(com.azure.resourcemanager.billing.models.ReservationExtendedStatusInfo)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withExtendedStatusInfo(ReservationExtendedStatusInfo extendedStatusInfo)"
name: "withExtendedStatusInfo(ReservationExtendedStatusInfo extendedStatusInfo)"
nameWithType: "ReservationProperty.withExtendedStatusInfo(ReservationExtendedStatusInfo extendedStatusInfo)"
summary: "Set the extended<wbr>Status<wbr>Info property: The message giving detailed information about the status code."
parameters:
- description: "the extendedStatusInfo value to set."
name: "extendedStatusInfo"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationExtendedStatusInfo?alt=com.azure.resourcemanager.billing.models.ReservationExtendedStatusInfo&text=ReservationExtendedStatusInfo\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withExtendedStatusInfo(ReservationExtendedStatusInfo extendedStatusInfo)"
desc: "Set the extendedStatusInfo property: The message giving detailed information about the status code."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withInstanceFlexibility(com.azure.resourcemanager.billing.models.InstanceFlexibility)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withInstanceFlexibility(InstanceFlexibility instanceFlexibility)"
name: "withInstanceFlexibility(InstanceFlexibility instanceFlexibility)"
nameWithType: "ReservationProperty.withInstanceFlexibility(InstanceFlexibility instanceFlexibility)"
summary: "Set the instance<wbr>Flexibility property: Allows reservation discount to be applied across skus within the same auto fit group."
parameters:
- description: "the instanceFlexibility value to set."
name: "instanceFlexibility"
type: "<xref href=\"com.azure.resourcemanager.billing.models.InstanceFlexibility?alt=com.azure.resourcemanager.billing.models.InstanceFlexibility&text=InstanceFlexibility\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withInstanceFlexibility(InstanceFlexibility instanceFlexibility)"
desc: "Set the instanceFlexibility property: Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withMergeProperties(com.azure.resourcemanager.billing.models.ReservationMergeProperties)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withMergeProperties(ReservationMergeProperties mergeProperties)"
name: "withMergeProperties(ReservationMergeProperties mergeProperties)"
nameWithType: "ReservationProperty.withMergeProperties(ReservationMergeProperties mergeProperties)"
summary: "Set the merge<wbr>Properties property: Properties of reservation merge."
parameters:
- description: "the mergeProperties value to set."
name: "mergeProperties"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationMergeProperties?alt=com.azure.resourcemanager.billing.models.ReservationMergeProperties&text=ReservationMergeProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withMergeProperties(ReservationMergeProperties mergeProperties)"
desc: "Set the mergeProperties property: Properties of reservation merge."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withProductCode(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withProductCode(String productCode)"
name: "withProductCode(String productCode)"
nameWithType: "ReservationProperty.withProductCode(String productCode)"
summary: "Set the product<wbr>Code property: Represents UPN."
parameters:
- description: "the productCode value to set."
name: "productCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ReservationProperty withProductCode(String productCode)"
desc: "Set the productCode property: Represents UPN."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withPurchaseDate(java.time.LocalDate)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withPurchaseDate(LocalDate purchaseDate)"
name: "withPurchaseDate(LocalDate purchaseDate)"
nameWithType: "ReservationProperty.withPurchaseDate(LocalDate purchaseDate)"
summary: "Set the purchase<wbr>Date property: This is the date when the reservation was purchased."
parameters:
- description: "the purchaseDate value to set."
name: "purchaseDate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html\">LocalDate</a>"
syntax: "public ReservationProperty withPurchaseDate(LocalDate purchaseDate)"
desc: "Set the purchaseDate property: This is the date when the reservation was purchased."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withPurchaseDateTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withPurchaseDateTime(OffsetDateTime purchaseDateTime)"
name: "withPurchaseDateTime(OffsetDateTime purchaseDateTime)"
nameWithType: "ReservationProperty.withPurchaseDateTime(OffsetDateTime purchaseDateTime)"
summary: "Set the purchase<wbr>Date<wbr>Time property: This is the date-time when the reservation was purchased."
parameters:
- description: "the purchaseDateTime value to set."
name: "purchaseDateTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ReservationProperty withPurchaseDateTime(OffsetDateTime purchaseDateTime)"
desc: "Set the purchaseDateTime property: This is the date-time when the reservation was purchased."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withRenewDestination(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withRenewDestination(String renewDestination)"
name: "withRenewDestination(String renewDestination)"
nameWithType: "ReservationProperty.withRenewDestination(String renewDestination)"
summary: "Set the renew<wbr>Destination property: Reservation Id of the reservation which is purchased because of renew."
parameters:
- description: "the renewDestination value to set."
name: "renewDestination"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ReservationProperty withRenewDestination(String renewDestination)"
desc: "Set the renewDestination property: Reservation Id of the reservation which is purchased because of renew. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/\\{reservationOrderId\\}/reservations/\\{reservationId\\}."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withRenewProperties(com.azure.resourcemanager.billing.models.RenewPropertiesResponse)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withRenewProperties(RenewPropertiesResponse renewProperties)"
name: "withRenewProperties(RenewPropertiesResponse renewProperties)"
nameWithType: "ReservationProperty.withRenewProperties(RenewPropertiesResponse renewProperties)"
summary: "Set the renew<wbr>Properties property: The renew properties for a reservation."
parameters:
- description: "the renewProperties value to set."
name: "renewProperties"
type: "<xref href=\"com.azure.resourcemanager.billing.models.RenewPropertiesResponse?alt=com.azure.resourcemanager.billing.models.RenewPropertiesResponse&text=RenewPropertiesResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withRenewProperties(RenewPropertiesResponse renewProperties)"
desc: "Set the renewProperties property: The renew properties for a reservation."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withReviewDateTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withReviewDateTime(OffsetDateTime reviewDateTime)"
name: "withReviewDateTime(OffsetDateTime reviewDateTime)"
nameWithType: "ReservationProperty.withReviewDateTime(OffsetDateTime reviewDateTime)"
summary: "Set the review<wbr>Date<wbr>Time property: This is the date-time when the Azure Hybrid Benefit needs to be reviewed."
parameters:
- description: "the reviewDateTime value to set."
name: "reviewDateTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ReservationProperty withReviewDateTime(OffsetDateTime reviewDateTime)"
desc: "Set the reviewDateTime property: This is the date-time when the Azure Hybrid Benefit needs to be reviewed."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withSplitProperties(com.azure.resourcemanager.billing.models.ReservationSplitProperties)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withSplitProperties(ReservationSplitProperties splitProperties)"
name: "withSplitProperties(ReservationSplitProperties splitProperties)"
nameWithType: "ReservationProperty.withSplitProperties(ReservationSplitProperties splitProperties)"
summary: "Set the split<wbr>Properties property: Properties of reservation split."
parameters:
- description: "the splitProperties value to set."
name: "splitProperties"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationSplitProperties?alt=com.azure.resourcemanager.billing.models.ReservationSplitProperties&text=ReservationSplitProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withSplitProperties(ReservationSplitProperties splitProperties)"
desc: "Set the splitProperties property: Properties of reservation split."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withSwapProperties(com.azure.resourcemanager.billing.models.ReservationSwapProperties)"
fullName: "com.azure.resourcemanager.billing.fluent.models.ReservationProperty.withSwapProperties(ReservationSwapProperties swapProperties)"
name: "withSwapProperties(ReservationSwapProperties swapProperties)"
nameWithType: "ReservationProperty.withSwapProperties(ReservationSwapProperties swapProperties)"
summary: "Set the swap<wbr>Properties property: Properties of reservation swap."
parameters:
- description: "the swapProperties value to set."
name: "swapProperties"
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationSwapProperties?alt=com.azure.resourcemanager.billing.models.ReservationSwapProperties&text=ReservationSwapProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ReservationProperty withSwapProperties(ReservationSwapProperties swapProperties)"
desc: "Set the swapProperties property: Properties of reservation swap."
returns:
description: "the ReservationProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The property of reservation object."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationProperty?alt=com.azure.resourcemanager.billing.fluent.models.ReservationProperty&text=ReservationProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0