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

566 строки
33 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.Reservation"
fullName: "com.azure.resourcemanager.billing.models.Reservation"
name: "Reservation"
nameWithType: "Reservation"
summary: "An immutable client-side representation of Reservation."
syntax: "public interface **Reservation**"
methods:
- uid: "com.azure.resourcemanager.billing.models.Reservation.aggregates()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.aggregates()"
name: "aggregates()"
nameWithType: "Reservation.aggregates()"
summary: "Gets the aggregates property: The array of aggregates of a reservation's utilization."
modifiers:
- "abstract"
syntax: "public abstract List<ReservationUtilizationAggregates> aggregates()"
desc: "Gets 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.models.Reservation.appliedScopeProperties()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.appliedScopeProperties()"
name: "appliedScopeProperties()"
nameWithType: "Reservation.appliedScopeProperties()"
summary: "Gets the applied<wbr>Scope<wbr>Properties property: Properties specific to applied scope type."
modifiers:
- "abstract"
syntax: "public abstract ReservationAppliedScopeProperties appliedScopeProperties()"
desc: "Gets 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.models.Reservation.appliedScopeType()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.appliedScopeType()"
name: "appliedScopeType()"
nameWithType: "Reservation.appliedScopeType()"
summary: "Gets the applied<wbr>Scope<wbr>Type property: The applied scope type of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String appliedScopeType()"
desc: "Gets 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.models.Reservation.appliedScopes()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.appliedScopes()"
name: "appliedScopes()"
nameWithType: "Reservation.appliedScopes()"
summary: "Gets the applied<wbr>Scopes property: The array of applied scopes of a reservation."
modifiers:
- "abstract"
syntax: "public abstract List<String> appliedScopes()"
desc: "Gets 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.models.Reservation.archived()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.archived()"
name: "archived()"
nameWithType: "Reservation.archived()"
summary: "Gets the archived property: Indicates if the reservation is archived."
modifiers:
- "abstract"
syntax: "public abstract Boolean archived()"
desc: "Gets 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.models.Reservation.benefitStartTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.benefitStartTime()"
name: "benefitStartTime()"
nameWithType: "Reservation.benefitStartTime()"
summary: "Gets the benefit<wbr>Start<wbr>Time property: This is the Date<wbr>Time when the reservation benefit started."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime benefitStartTime()"
desc: "Gets 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.models.Reservation.billingPlan()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.billingPlan()"
name: "billingPlan()"
nameWithType: "Reservation.billingPlan()"
summary: "Gets the billing<wbr>Plan property: The billing plan options available for this sku."
modifiers:
- "abstract"
syntax: "public abstract ReservationBillingPlan billingPlan()"
desc: "Gets 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.models.Reservation.billingScopeId()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.billingScopeId()"
name: "billingScopeId()"
nameWithType: "Reservation.billingScopeId()"
summary: "Gets the billing<wbr>Scope<wbr>Id property: Subscription that will be charged for purchasing reservation or savings plan."
modifiers:
- "abstract"
syntax: "public abstract String billingScopeId()"
desc: "Gets 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.models.Reservation.capabilities()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.capabilities()"
name: "capabilities()"
nameWithType: "Reservation.capabilities()"
summary: "Gets the capabilities property: Capabilities of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String capabilities()"
desc: "Gets 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.models.Reservation.displayName()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.displayName()"
name: "displayName()"
nameWithType: "Reservation.displayName()"
summary: "Gets the display<wbr>Name property: The display name of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
desc: "Gets 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.models.Reservation.displayProvisioningState()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.displayProvisioningState()"
name: "displayProvisioningState()"
nameWithType: "Reservation.displayProvisioningState()"
summary: "Gets the display<wbr>Provisioning<wbr>State property: The provisioning state of the reservation for display, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String displayProvisioningState()"
desc: "Gets 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.models.Reservation.effectiveDateTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.effectiveDateTime()"
name: "effectiveDateTime()"
nameWithType: "Reservation.effectiveDateTime()"
summary: "Gets the effective<wbr>Date<wbr>Time property: The effective date time of the reservation."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime effectiveDateTime()"
desc: "Gets 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.models.Reservation.etag()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.etag()"
name: "etag()"
nameWithType: "Reservation.etag()"
summary: "Gets the etag property: The etag property."
modifiers:
- "abstract"
syntax: "public abstract Integer etag()"
desc: "Gets the etag property: The etag property."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.billing.models.Reservation.expiryDate()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.expiryDate()"
name: "expiryDate()"
nameWithType: "Reservation.expiryDate()"
summary: "Gets the expiry<wbr>Date property: The expiry date of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String expiryDate()"
desc: "Gets 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.models.Reservation.expiryDateTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.expiryDateTime()"
name: "expiryDateTime()"
nameWithType: "Reservation.expiryDateTime()"
summary: "Gets the expiry<wbr>Date<wbr>Time property: This is the date-time when the reservation will expire."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime expiryDateTime()"
desc: "Gets 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.models.Reservation.extendedStatusInfo()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.extendedStatusInfo()"
name: "extendedStatusInfo()"
nameWithType: "Reservation.extendedStatusInfo()"
summary: "Gets the extended<wbr>Status<wbr>Info property: The message giving detailed information about the status code."
modifiers:
- "abstract"
syntax: "public abstract ReservationExtendedStatusInfo extendedStatusInfo()"
desc: "Gets 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.models.Reservation.id()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.id()"
name: "id()"
nameWithType: "Reservation.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Reservation.innerModel()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.innerModel()"
name: "innerModel()"
nameWithType: "Reservation.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>billing.<wbr>fluent.<wbr>models.<wbr>Reservation<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ReservationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.billing.fluent.models.ReservationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.ReservationInner?alt=com.azure.resourcemanager.billing.fluent.models.ReservationInner&text=ReservationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Reservation.instanceFlexibility()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.instanceFlexibility()"
name: "instanceFlexibility()"
nameWithType: "Reservation.instanceFlexibility()"
summary: "Gets the instance<wbr>Flexibility property: Allows reservation discount to be applied across skus within the same auto fit group."
modifiers:
- "abstract"
syntax: "public abstract InstanceFlexibility instanceFlexibility()"
desc: "Gets 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.models.Reservation.lastUpdatedDateTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.lastUpdatedDateTime()"
name: "lastUpdatedDateTime()"
nameWithType: "Reservation.lastUpdatedDateTime()"
summary: "Gets the last<wbr>Updated<wbr>Date<wbr>Time property: Date<wbr>Time of the last time the reservation was updated."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime lastUpdatedDateTime()"
desc: "Gets 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.models.Reservation.location()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.location()"
name: "location()"
nameWithType: "Reservation.location()"
summary: "Gets the location property: The location of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The location of the reservation."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Reservation.mergeProperties()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.mergeProperties()"
name: "mergeProperties()"
nameWithType: "Reservation.mergeProperties()"
summary: "Gets the merge<wbr>Properties property: Properties of reservation merge."
modifiers:
- "abstract"
syntax: "public abstract ReservationMergeProperties mergeProperties()"
desc: "Gets 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.models.Reservation.name()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.name()"
name: "name()"
nameWithType: "Reservation.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Reservation.productCode()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.productCode()"
name: "productCode()"
nameWithType: "Reservation.productCode()"
summary: "Gets the product<wbr>Code property: Represents UPN."
modifiers:
- "abstract"
syntax: "public abstract String productCode()"
desc: "Gets 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.models.Reservation.provisioningState()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.provisioningState()"
name: "provisioningState()"
nameWithType: "Reservation.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the reservation, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
desc: "Gets 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.models.Reservation.provisioningSubState()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.provisioningSubState()"
name: "provisioningSubState()"
nameWithType: "Reservation.provisioningSubState()"
summary: "Gets the provisioning<wbr>Sub<wbr>State property: The provisioning state of the reservation, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String provisioningSubState()"
desc: "Gets 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.models.Reservation.purchaseDate()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.purchaseDate()"
name: "purchaseDate()"
nameWithType: "Reservation.purchaseDate()"
summary: "Gets the purchase<wbr>Date property: This is the date when the reservation was purchased."
modifiers:
- "abstract"
syntax: "public abstract LocalDate purchaseDate()"
desc: "Gets 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.models.Reservation.purchaseDateTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.purchaseDateTime()"
name: "purchaseDateTime()"
nameWithType: "Reservation.purchaseDateTime()"
summary: "Gets the purchase<wbr>Date<wbr>Time property: This is the date-time when the reservation was purchased."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime purchaseDateTime()"
desc: "Gets 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.models.Reservation.quantity()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.quantity()"
name: "quantity()"
nameWithType: "Reservation.quantity()"
summary: "Gets the quantity property: The number of the reservation."
modifiers:
- "abstract"
syntax: "public abstract Float quantity()"
desc: "Gets 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.models.Reservation.renew()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.renew()"
name: "renew()"
nameWithType: "Reservation.renew()"
summary: "Gets the renew property: The renew state of the reservation."
modifiers:
- "abstract"
syntax: "public abstract Boolean renew()"
desc: "Gets 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.models.Reservation.renewDestination()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.renewDestination()"
name: "renewDestination()"
nameWithType: "Reservation.renewDestination()"
summary: "Gets the renew<wbr>Destination property: Reservation Id of the reservation which is purchased because of renew."
modifiers:
- "abstract"
syntax: "public abstract String renewDestination()"
desc: "Gets 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.models.Reservation.renewProperties()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.renewProperties()"
name: "renewProperties()"
nameWithType: "Reservation.renewProperties()"
summary: "Gets the renew<wbr>Properties property: The renew properties for a reservation."
modifiers:
- "abstract"
syntax: "public abstract RenewPropertiesResponse renewProperties()"
desc: "Gets 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.models.Reservation.renewSource()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.renewSource()"
name: "renewSource()"
nameWithType: "Reservation.renewSource()"
summary: "Gets the renew<wbr>Source property: The renew source of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String renewSource()"
desc: "Gets 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.models.Reservation.reservedResourceType()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.reservedResourceType()"
name: "reservedResourceType()"
nameWithType: "Reservation.reservedResourceType()"
summary: "Gets the reserved<wbr>Resource<wbr>Type property: The reserved source type of the reservation, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String reservedResourceType()"
desc: "Gets 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.models.Reservation.reviewDateTime()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.reviewDateTime()"
name: "reviewDateTime()"
nameWithType: "Reservation.reviewDateTime()"
summary: "Gets the review<wbr>Date<wbr>Time property: This is the date-time when the Azure Hybrid Benefit needs to be reviewed."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime reviewDateTime()"
desc: "Gets 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.models.Reservation.sku()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.sku()"
name: "sku()"
nameWithType: "Reservation.sku()"
summary: "Gets the sku property: The sku information associated to this reservation."
modifiers:
- "abstract"
syntax: "public abstract ReservationSkuProperty sku()"
desc: "Gets the sku property: The sku information associated to this reservation."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.ReservationSkuProperty?alt=com.azure.resourcemanager.billing.models.ReservationSkuProperty&text=ReservationSkuProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Reservation.skuDescription()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.skuDescription()"
name: "skuDescription()"
nameWithType: "Reservation.skuDescription()"
summary: "Gets the sku<wbr>Description property: The sku description of the reservation."
modifiers:
- "abstract"
syntax: "public abstract String skuDescription()"
desc: "Gets 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.models.Reservation.splitProperties()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.splitProperties()"
name: "splitProperties()"
nameWithType: "Reservation.splitProperties()"
summary: "Gets the split<wbr>Properties property: Properties of reservation split."
modifiers:
- "abstract"
syntax: "public abstract ReservationSplitProperties splitProperties()"
desc: "Gets 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.models.Reservation.swapProperties()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.swapProperties()"
name: "swapProperties()"
nameWithType: "Reservation.swapProperties()"
summary: "Gets the swap<wbr>Properties property: Properties of reservation swap."
modifiers:
- "abstract"
syntax: "public abstract ReservationSwapProperties swapProperties()"
desc: "Gets 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.models.Reservation.systemData()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.systemData()"
name: "systemData()"
nameWithType: "Reservation.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Reservation.tags()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.tags()"
name: "tags()"
nameWithType: "Reservation.tags()"
summary: "Gets the tags property: Tags for this reservation."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Tags for this reservation."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.billing.models.Reservation.term()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.term()"
name: "term()"
nameWithType: "Reservation.term()"
summary: "Gets the term property: The term of the reservation, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String term()"
desc: "Gets 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.models.Reservation.trend()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.trend()"
name: "trend()"
nameWithType: "Reservation.trend()"
summary: "Gets the trend property: last 7 day utilization trend for a reservation."
modifiers:
- "abstract"
syntax: "public abstract String trend()"
desc: "Gets 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.models.Reservation.type()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.type()"
name: "type()"
nameWithType: "Reservation.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Reservation.userFriendlyAppliedScopeType()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.userFriendlyAppliedScopeType()"
name: "userFriendlyAppliedScopeType()"
nameWithType: "Reservation.userFriendlyAppliedScopeType()"
summary: "Gets the user<wbr>Friendly<wbr>Applied<wbr>Scope<wbr>Type property: The applied scope type of the reservation for display, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String userFriendlyAppliedScopeType()"
desc: "Gets 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.models.Reservation.userFriendlyRenewState()"
fullName: "com.azure.resourcemanager.billing.models.Reservation.userFriendlyRenewState()"
name: "userFriendlyRenewState()"
nameWithType: "Reservation.userFriendlyRenewState()"
summary: "Gets the user<wbr>Friendly<wbr>Renew<wbr>State property: The renew state of the reservation for display, e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String userFriendlyRenewState()"
desc: "Gets 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>"
type: "interface"
desc: "An immutable client-side representation of Reservation."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0