Interface SavingsPlanOrderAliasModel


public interface SavingsPlanOrderAliasModel
An immutable client-side representation of SavingsPlanOrderAliasModel.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the appliedScopeProperties property: Properties specific to applied scope type.
    Gets the appliedScopeType property: Type of the Applied Scope.
    Gets the billingPlan property: Represents the billing plan in ISO 8601 format.
    Gets the billingScopeId property: Subscription that will be charged for purchasing the benefit.
    Gets the commitment property: Commitment towards the benefit.
    Gets the displayName property: Display name.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.billingbenefits.fluent.models.SavingsPlanOrderAliasModelInner object.
    Gets the kind property: Resource provider kind.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: Provisioning state.
    Gets the savingsPlanOrderId property: Identifier of the savings plan created.
    sku()
    Gets the sku property: Savings plan SKU.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the term property: Represent benefit term in ISO 8601 format.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • sku

      Sku sku()
      Gets the sku property: Savings plan SKU.
      Returns:
      the sku value.
    • kind

      String kind()
      Gets the kind property: Resource provider kind.
      Returns:
      the kind value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • displayName

      String displayName()
      Gets the displayName property: Display name.
      Returns:
      the displayName value.
    • savingsPlanOrderId

      String savingsPlanOrderId()
      Gets the savingsPlanOrderId property: Identifier of the savings plan created.
      Returns:
      the savingsPlanOrderId value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • billingScopeId

      String billingScopeId()
      Gets the billingScopeId property: Subscription that will be charged for purchasing the benefit.
      Returns:
      the billingScopeId value.
    • term

      Term term()
      Gets the term property: Represent benefit term in ISO 8601 format.
      Returns:
      the term value.
    • billingPlan

      BillingPlan billingPlan()
      Gets the billingPlan property: Represents the billing plan in ISO 8601 format. Required only for monthly billing plans.
      Returns:
      the billingPlan value.
    • appliedScopeType

      AppliedScopeType appliedScopeType()
      Gets the appliedScopeType property: Type of the Applied Scope.
      Returns:
      the appliedScopeType value.
    • appliedScopeProperties

      AppliedScopeProperties appliedScopeProperties()
      Gets the appliedScopeProperties property: Properties specific to applied scope type. Not required if not applicable.
      Returns:
      the appliedScopeProperties value.
    • commitment

      Commitment commitment()
      Gets the commitment property: Commitment towards the benefit.
      Returns:
      the commitment value.
    • innerModel

      Gets the inner com.azure.resourcemanager.billingbenefits.fluent.models.SavingsPlanOrderAliasModelInner object.
      Returns:
      the inner object.