### YamlMime:JavaType uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias" name: "BillingSubscriptionAlias" nameWithType: "BillingSubscriptionAlias" summary: "An immutable client-side representation of BillingSubscriptionAlias." syntax: "public interface **BillingSubscriptionAlias**" methods: - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.autoRenew()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.autoRenew()" name: "autoRenew()" nameWithType: "BillingSubscriptionAlias.autoRenew()" summary: "Gets the autoRenew property: Indicates whether auto renewal is turned on or off for a product." modifiers: - "abstract" syntax: "public abstract AutoRenew autoRenew()" desc: "Gets the autoRenew property: Indicates whether auto renewal is turned on or off for a product." returns: description: "the autoRenew value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.beneficiary()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.beneficiary()" name: "beneficiary()" nameWithType: "BillingSubscriptionAlias.beneficiary()" summary: "Gets the beneficiary property: The beneficiary of the billing subscription." modifiers: - "abstract" syntax: "public abstract Beneficiary beneficiary()" desc: "Gets the beneficiary property: The beneficiary of the billing subscription." returns: description: "the beneficiary value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.beneficiaryTenantId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.beneficiaryTenantId()" name: "beneficiaryTenantId()" nameWithType: "BillingSubscriptionAlias.beneficiaryTenantId()" summary: "Gets the beneficiaryTenantId property: The provisioning tenant of the subscription." modifiers: - "abstract" syntax: "public abstract String beneficiaryTenantId()" desc: "Gets the beneficiaryTenantId property: The provisioning tenant of the subscription." returns: description: "the beneficiaryTenantId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingFrequency()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingFrequency()" name: "billingFrequency()" nameWithType: "BillingSubscriptionAlias.billingFrequency()" summary: "Gets the billingFrequency property: The billing frequency in ISO8601 format of product in the subscription." modifiers: - "abstract" syntax: "public abstract String billingFrequency()" desc: "Gets the billingFrequency property: The billing frequency in ISO8601 format of product in the subscription. Example: P1M, P3M, P1Y." returns: description: "the billingFrequency value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingPolicies()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingPolicies()" name: "billingPolicies()" nameWithType: "BillingSubscriptionAlias.billingPolicies()" summary: "Gets the billingPolicies property: Dictionary of billing policies associated with the subscription." modifiers: - "abstract" syntax: "public abstract Map billingPolicies()" desc: "Gets the billingPolicies property: Dictionary of billing policies associated with the subscription." returns: description: "the billingPolicies value." type: "Map<String,String>" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileDisplayName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileDisplayName()" name: "billingProfileDisplayName()" nameWithType: "BillingSubscriptionAlias.billingProfileDisplayName()" summary: "Gets the billingProfileDisplayName property: The name of the billing profile." modifiers: - "abstract" syntax: "public abstract String billingProfileDisplayName()" desc: "Gets the billingProfileDisplayName property: The name of the billing profile." returns: description: "the billingProfileDisplayName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileId()" name: "billingProfileId()" nameWithType: "BillingSubscriptionAlias.billingProfileId()" summary: "Gets the billingProfileId property: The fully qualified ID that uniquely identifies a billing profile." modifiers: - "abstract" syntax: "public abstract String billingProfileId()" desc: "Gets the billingProfileId property: The fully qualified ID that uniquely identifies a billing profile." returns: description: "the billingProfileId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingProfileName()" name: "billingProfileName()" nameWithType: "BillingSubscriptionAlias.billingProfileName()" summary: "Gets the billingProfileName property: The ID that uniquely identifies a billing profile." modifiers: - "abstract" syntax: "public abstract String billingProfileName()" desc: "Gets the billingProfileName property: The ID that uniquely identifies a billing profile." returns: description: "the billingProfileName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingSubscriptionId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.billingSubscriptionId()" name: "billingSubscriptionId()" nameWithType: "BillingSubscriptionAlias.billingSubscriptionId()" summary: "Gets the billingSubscriptionId property: The ID of the billing subscription with the subscription alias." modifiers: - "abstract" syntax: "public abstract String billingSubscriptionId()" desc: "Gets the billingSubscriptionId property: The ID of the billing subscription with the subscription alias." returns: description: "the billingSubscriptionId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.consumptionCostCenter()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.consumptionCostCenter()" name: "consumptionCostCenter()" nameWithType: "BillingSubscriptionAlias.consumptionCostCenter()" summary: "Gets the consumptionCostCenter property: The cost center applied to the subscription." modifiers: - "abstract" syntax: "public abstract String consumptionCostCenter()" desc: "Gets the consumptionCostCenter property: The cost center applied to the subscription. This field is only available for consumption subscriptions of Microsoft Customer Agreement or Enterprise Agreement Type billing accounts." returns: description: "the consumptionCostCenter value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerDisplayName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerDisplayName()" name: "customerDisplayName()" nameWithType: "BillingSubscriptionAlias.customerDisplayName()" summary: "Gets the customerDisplayName property: The name of the customer." modifiers: - "abstract" syntax: "public abstract String customerDisplayName()" desc: "Gets the customerDisplayName property: The name of the customer." returns: description: "the customerDisplayName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerId()" name: "customerId()" nameWithType: "BillingSubscriptionAlias.customerId()" summary: "Gets the customerId property: The fully qualified ID that uniquely identifies a customer." modifiers: - "abstract" syntax: "public abstract String customerId()" desc: "Gets the customerId property: The fully qualified ID that uniquely identifies a customer." returns: description: "the customerId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.customerName()" name: "customerName()" nameWithType: "BillingSubscriptionAlias.customerName()" summary: "Gets the customerName property: The ID that uniquely identifies a customer." modifiers: - "abstract" syntax: "public abstract String customerName()" desc: "Gets the customerName property: The ID that uniquely identifies a customer." returns: description: "the customerName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.displayName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.displayName()" name: "displayName()" nameWithType: "BillingSubscriptionAlias.displayName()" summary: "Gets the displayName property: The name of the billing subscription." modifiers: - "abstract" syntax: "public abstract String displayName()" desc: "Gets the displayName property: The name of the billing subscription." returns: description: "the displayName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountDisplayName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountDisplayName()" name: "enrollmentAccountDisplayName()" nameWithType: "BillingSubscriptionAlias.enrollmentAccountDisplayName()" summary: "Gets the enrollmentAccountDisplayName property: The enrollment Account name associated with the subscription." modifiers: - "abstract" syntax: "public abstract String enrollmentAccountDisplayName()" desc: "Gets the enrollmentAccountDisplayName property: The enrollment Account name associated with the subscription. This field is available only for the Enterprise Agreement Type billing accounts." returns: description: "the enrollmentAccountDisplayName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountId()" name: "enrollmentAccountId()" nameWithType: "BillingSubscriptionAlias.enrollmentAccountId()" summary: "Gets the enrollmentAccountId property: The enrollment Account ID associated with the subscription." modifiers: - "abstract" syntax: "public abstract String enrollmentAccountId()" desc: "Gets the enrollmentAccountId property: The enrollment Account ID associated with the subscription. This field is available only for the Enterprise Agreement Type billing accounts." returns: description: "the enrollmentAccountId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountStartDate()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.enrollmentAccountStartDate()" name: "enrollmentAccountStartDate()" nameWithType: "BillingSubscriptionAlias.enrollmentAccountStartDate()" summary: "Gets the enrollmentAccountStartDate property: The enrollment Account and the subscription association start date." modifiers: - "abstract" syntax: "public abstract OffsetDateTime enrollmentAccountStartDate()" desc: "Gets the enrollmentAccountStartDate property: The enrollment Account and the subscription association start date. This field is available only for the Enterprise Agreement Type." returns: description: "the enrollmentAccountStartDate value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.id()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.id()" name: "id()" nameWithType: "BillingSubscriptionAlias.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: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.innerModel()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.innerModel()" name: "innerModel()" nameWithType: "BillingSubscriptionAlias.innerModel()" summary: "Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingSubscriptionAliasInner object." modifiers: - "abstract" syntax: "public abstract BillingSubscriptionAliasInner innerModel()" desc: "Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingSubscriptionAliasInner object." returns: description: "the inner object." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionDisplayName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionDisplayName()" name: "invoiceSectionDisplayName()" nameWithType: "BillingSubscriptionAlias.invoiceSectionDisplayName()" summary: "Gets the invoiceSectionDisplayName property: The name of the invoice section." modifiers: - "abstract" syntax: "public abstract String invoiceSectionDisplayName()" desc: "Gets the invoiceSectionDisplayName property: The name of the invoice section." returns: description: "the invoiceSectionDisplayName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionId()" name: "invoiceSectionId()" nameWithType: "BillingSubscriptionAlias.invoiceSectionId()" summary: "Gets the invoiceSectionId property: The fully qualified ID that uniquely identifies an invoice section." modifiers: - "abstract" syntax: "public abstract String invoiceSectionId()" desc: "Gets the invoiceSectionId property: The fully qualified ID that uniquely identifies an invoice section." returns: description: "the invoiceSectionId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionName()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.invoiceSectionName()" name: "invoiceSectionName()" nameWithType: "BillingSubscriptionAlias.invoiceSectionName()" summary: "Gets the invoiceSectionName property: The ID that uniquely identifies an invoice section." modifiers: - "abstract" syntax: "public abstract String invoiceSectionName()" desc: "Gets the invoiceSectionName property: The ID that uniquely identifies an invoice section." returns: description: "the invoiceSectionName value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.lastMonthCharges()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.lastMonthCharges()" name: "lastMonthCharges()" nameWithType: "BillingSubscriptionAlias.lastMonthCharges()" summary: "Gets the lastMonthCharges property: The last month's charges." modifiers: - "abstract" syntax: "public abstract Amount lastMonthCharges()" desc: "Gets the lastMonthCharges property: The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts." returns: description: "the lastMonthCharges value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.monthToDateCharges()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.monthToDateCharges()" name: "monthToDateCharges()" nameWithType: "BillingSubscriptionAlias.monthToDateCharges()" summary: "Gets the monthToDateCharges property: The current month to date charges." modifiers: - "abstract" syntax: "public abstract Amount monthToDateCharges()" desc: "Gets the monthToDateCharges property: The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts." returns: description: "the monthToDateCharges value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.name()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.name()" name: "name()" nameWithType: "BillingSubscriptionAlias.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: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.nextBillingCycleDetails()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.nextBillingCycleDetails()" name: "nextBillingCycleDetails()" nameWithType: "BillingSubscriptionAlias.nextBillingCycleDetails()" summary: "Gets the nextBillingCycleDetails property: Next billing cycle details of the subscription." modifiers: - "abstract" syntax: "public abstract NextBillingCycleDetails nextBillingCycleDetails()" desc: "Gets the nextBillingCycleDetails property: Next billing cycle details of the subscription." returns: description: "the nextBillingCycleDetails value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.offerId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.offerId()" name: "offerId()" nameWithType: "BillingSubscriptionAlias.offerId()" summary: "Gets the offerId property: The offer ID for the subscription." modifiers: - "abstract" syntax: "public abstract String offerId()" desc: "Gets the offerId property: The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts." returns: description: "the offerId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.operationStatus()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.operationStatus()" name: "operationStatus()" nameWithType: "BillingSubscriptionAlias.operationStatus()" summary: "Gets the operationStatus property: The status of an operation on the subscription." modifiers: - "abstract" syntax: "public abstract BillingSubscriptionOperationStatus operationStatus()" desc: "Gets the operationStatus property: The status of an operation on the subscription. When None, there is no ongoing operation. When LockedForUpdate, write operations will be blocked on the Billing Subscription. Other is the default value and you may need to refer to the latest API version for more details." returns: description: "the operationStatus value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productCategory()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productCategory()" name: "productCategory()" nameWithType: "BillingSubscriptionAlias.productCategory()" summary: "Gets the productCategory property: The category of the product for which the subscription is purchased." modifiers: - "abstract" syntax: "public abstract String productCategory()" desc: "Gets the productCategory property: The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other." returns: description: "the productCategory value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productType()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productType()" name: "productType()" nameWithType: "BillingSubscriptionAlias.productType()" summary: "Gets the productType property: Type of the product for which the subscription is purchased." modifiers: - "abstract" syntax: "public abstract String productType()" desc: "Gets the productType property: Type of the product for which the subscription is purchased." returns: description: "the productType value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productTypeId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.productTypeId()" name: "productTypeId()" nameWithType: "BillingSubscriptionAlias.productTypeId()" summary: "Gets the productTypeId property: Id of the product for which the subscription is purchased." modifiers: - "abstract" syntax: "public abstract String productTypeId()" desc: "Gets the productTypeId property: Id of the product for which the subscription is purchased." returns: description: "the productTypeId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.provisioningState()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.provisioningState()" name: "provisioningState()" nameWithType: "BillingSubscriptionAlias.provisioningState()" summary: "Gets the provisioningState property: The provisioning state of the resource during a long-running operation." modifiers: - "abstract" syntax: "public abstract ProvisioningState provisioningState()" desc: "Gets the provisioningState property: The provisioning state of the resource during a long-running operation." returns: description: "the provisioningState value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.provisioningTenantId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.provisioningTenantId()" name: "provisioningTenantId()" nameWithType: "BillingSubscriptionAlias.provisioningTenantId()" summary: "Gets the provisioningTenantId property: The tenant in which the subscription is provisioned." modifiers: - "abstract" syntax: "public abstract String provisioningTenantId()" desc: "Gets the provisioningTenantId property: The tenant in which the subscription is provisioned." returns: description: "the provisioningTenantId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.purchaseDate()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.purchaseDate()" name: "purchaseDate()" nameWithType: "BillingSubscriptionAlias.purchaseDate()" summary: "Gets the purchaseDate property: Purchase date of the product in UTC time." modifiers: - "abstract" syntax: "public abstract OffsetDateTime purchaseDate()" desc: "Gets the purchaseDate property: Purchase date of the product in UTC time." returns: description: "the purchaseDate value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.quantity()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.quantity()" name: "quantity()" nameWithType: "BillingSubscriptionAlias.quantity()" summary: "Gets the quantity property: The quantity of licenses or fulfillment units for the subscription." modifiers: - "abstract" syntax: "public abstract Long quantity()" desc: "Gets the quantity property: The quantity of licenses or fulfillment units for the subscription." returns: description: "the quantity value." type: "Long" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.renewalTermDetails()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.renewalTermDetails()" name: "renewalTermDetails()" nameWithType: "BillingSubscriptionAlias.renewalTermDetails()" summary: "Gets the renewalTermDetails property: Details for the next renewal term of a subscription." modifiers: - "abstract" syntax: "public abstract RenewalTermDetails renewalTermDetails()" desc: "Gets the renewalTermDetails property: Details for the next renewal term of a subscription." returns: description: "the renewalTermDetails value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.reseller()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.reseller()" name: "reseller()" nameWithType: "BillingSubscriptionAlias.reseller()" summary: "Gets the reseller property: Reseller for this subscription." modifiers: - "abstract" syntax: "public abstract Reseller reseller()" desc: "Gets the reseller property: Reseller for this subscription. The fields is not available for Microsoft Partner Agreement billing accounts." returns: description: "the reseller value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.resourceUri()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.resourceUri()" name: "resourceUri()" nameWithType: "BillingSubscriptionAlias.resourceUri()" summary: "Gets the resourceUri property: Unique identifier of the linked resource." modifiers: - "abstract" syntax: "public abstract String resourceUri()" desc: "Gets the resourceUri property: Unique identifier of the linked resource." returns: description: "the resourceUri value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.skuDescription()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.skuDescription()" name: "skuDescription()" nameWithType: "BillingSubscriptionAlias.skuDescription()" summary: "Gets the skuDescription property: The SKU description of the product for which the subscription is purchased." modifiers: - "abstract" syntax: "public abstract String skuDescription()" desc: "Gets the skuDescription property: The SKU description of the product for which the subscription is purchased. This field is is only available for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement." returns: description: "the skuDescription value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.skuId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.skuId()" name: "skuId()" nameWithType: "BillingSubscriptionAlias.skuId()" summary: "Gets the skuId property: The SKU ID of the product for which the subscription is purchased." modifiers: - "abstract" syntax: "public abstract String skuId()" desc: "Gets the skuId property: The SKU ID of the product for which the subscription is purchased. This field is is only available for Microsoft Customer Agreement billing accounts." returns: description: "the skuId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.status()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.status()" name: "status()" nameWithType: "BillingSubscriptionAlias.status()" summary: "Gets the status property: The status of the subscription." modifiers: - "abstract" syntax: "public abstract BillingSubscriptionStatus status()" desc: "Gets the status property: The status of the subscription. This field is not available for Enterprise Agreement billing accounts." returns: description: "the status value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.subscriptionEnrollmentAccountStatus()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.subscriptionEnrollmentAccountStatus()" name: "subscriptionEnrollmentAccountStatus()" nameWithType: "BillingSubscriptionAlias.subscriptionEnrollmentAccountStatus()" summary: "Gets the subscriptionEnrollmentAccountStatus property: The current enrollment account status of the subscription." modifiers: - "abstract" syntax: "public abstract SubscriptionEnrollmentAccountStatus subscriptionEnrollmentAccountStatus()" desc: "Gets the subscriptionEnrollmentAccountStatus property: The current enrollment account status of the subscription. This field is available only for the Enterprise Agreement Type." returns: description: "the subscriptionEnrollmentAccountStatus value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.subscriptionId()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.subscriptionId()" name: "subscriptionId()" nameWithType: "BillingSubscriptionAlias.subscriptionId()" summary: "Gets the subscriptionId property: The ID of the subscription." modifiers: - "abstract" syntax: "public abstract String subscriptionId()" desc: "Gets the subscriptionId property: The ID of the subscription." returns: description: "the subscriptionId value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.suspensionReasonDetails()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.suspensionReasonDetails()" name: "suspensionReasonDetails()" nameWithType: "BillingSubscriptionAlias.suspensionReasonDetails()" summary: "Gets the suspensionReasonDetails property: The suspension details for a subscription." modifiers: - "abstract" syntax: "public abstract List suspensionReasonDetails()" desc: "Gets the suspensionReasonDetails property: The suspension details for a subscription. This field is not available for Enterprise Agreement billing accounts." returns: description: "the suspensionReasonDetails value." type: "List<>" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.suspensionReasons()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.suspensionReasons()" name: "suspensionReasons()" nameWithType: "BillingSubscriptionAlias.suspensionReasons()" summary: "Gets the suspensionReasons property: The suspension reason for a subscription." modifiers: - "abstract" syntax: "public abstract List suspensionReasons()" desc: "Gets the suspensionReasons property: The suspension reason for a subscription. This field is not available for Enterprise Agreement billing accounts." returns: description: "the suspensionReasons value." type: "List<String>" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.systemData()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.systemData()" name: "systemData()" nameWithType: "BillingSubscriptionAlias.systemData()" summary: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy 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: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.systemOverrides()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.systemOverrides()" name: "systemOverrides()" nameWithType: "BillingSubscriptionAlias.systemOverrides()" summary: "Gets the systemOverrides property: System imposed policies that regulate behavior of the subscription." modifiers: - "abstract" syntax: "public abstract SystemOverrides systemOverrides()" desc: "Gets the systemOverrides property: System imposed policies that regulate behavior of the subscription." returns: description: "the systemOverrides value." type: "" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.tags()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.tags()" name: "tags()" nameWithType: "BillingSubscriptionAlias.tags()" summary: "Gets the tags property: Dictionary of metadata associated with the resource." modifiers: - "abstract" syntax: "public abstract Map tags()" desc: "Gets the tags property: Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\\\ ? /." returns: description: "the tags value." type: "Map<String,String>" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termDuration()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termDuration()" name: "termDuration()" nameWithType: "BillingSubscriptionAlias.termDuration()" summary: "Gets the termDuration property: The duration in ISO8601 format for which you can use the subscription." modifiers: - "abstract" syntax: "public abstract String termDuration()" desc: "Gets the termDuration property: The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y." returns: description: "the termDuration value." type: "String" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termEndDate()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termEndDate()" name: "termEndDate()" nameWithType: "BillingSubscriptionAlias.termEndDate()" summary: "Gets the termEndDate property: End date of the term in UTC time." modifiers: - "abstract" syntax: "public abstract OffsetDateTime termEndDate()" desc: "Gets the termEndDate property: End date of the term in UTC time." returns: description: "the termEndDate value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termStartDate()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.termStartDate()" name: "termStartDate()" nameWithType: "BillingSubscriptionAlias.termStartDate()" summary: "Gets the termStartDate property: Start date of the term in UTC time." modifiers: - "abstract" syntax: "public abstract OffsetDateTime termStartDate()" desc: "Gets the termStartDate property: Start date of the term in UTC time." returns: description: "the termStartDate value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.type()" fullName: "com.azure.resourcemanager.billing.models.BillingSubscriptionAlias.type()" name: "type()" nameWithType: "BillingSubscriptionAlias.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: "String" type: "interface" desc: "An immutable client-side representation of BillingSubscriptionAlias." metadata: {} package: "com.azure.resourcemanager.billing.models" artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0