azure-native-v2.billing.BillingProfile
Explore with Pulumi AI
A billing profile. Azure REST API version: 2024-04-01.
Create BillingProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BillingProfile(name: string, args: BillingProfileArgs, opts?: CustomResourceOptions);
@overload
def BillingProfile(resource_name: str,
args: BillingProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BillingProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
billing_account_name: Optional[str] = None,
billing_profile_name: Optional[str] = None,
properties: Optional[BillingProfilePropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewBillingProfile(ctx *Context, name string, args BillingProfileArgs, opts ...ResourceOption) (*BillingProfile, error)
public BillingProfile(string name, BillingProfileArgs args, CustomResourceOptions? opts = null)
public BillingProfile(String name, BillingProfileArgs args)
public BillingProfile(String name, BillingProfileArgs args, CustomResourceOptions options)
type: azure-native:billing:BillingProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BillingProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. BillingProfileArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BillingProfileArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BillingProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. BillingProfileArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var billingProfileResource = new AzureNative.Billing.BillingProfile("billingProfileResource", new()
{
BillingAccountName = "string",
BillingProfileName = "string",
Properties =
{
{ "billTo",
{
{ "country", "string" },
{ "addressLine1", "string" },
{ "district", "string" },
{ "city", "string" },
{ "companyName", "string" },
{ "addressLine3", "string" },
{ "addressLine2", "string" },
{ "email", "string" },
{ "firstName", "string" },
{ "isValidAddress", false },
{ "lastName", "string" },
{ "middleName", "string" },
{ "phoneNumber", "string" },
{ "postalCode", "string" },
{ "region", "string" },
} },
{ "currentPaymentTerm",
{
{ "endDate", "string" },
{ "startDate", "string" },
{ "term", "string" },
} },
{ "displayName", "string" },
{ "enabledAzurePlans", new[]
{
{
{ "productId", "string" },
{ "skuDescription", "string" },
{ "skuId", "string" },
},
} },
{ "indirectRelationshipInfo",
{
{ "billingAccountName", "string" },
{ "billingProfileName", "string" },
{ "displayName", "string" },
} },
{ "invoiceEmailOptIn", false },
{ "invoiceRecipients", new[]
{
"string",
} },
{ "poNumber", "string" },
{ "shipTo",
{
{ "country", "string" },
{ "addressLine1", "string" },
{ "district", "string" },
{ "city", "string" },
{ "companyName", "string" },
{ "addressLine3", "string" },
{ "addressLine2", "string" },
{ "email", "string" },
{ "firstName", "string" },
{ "isValidAddress", false },
{ "lastName", "string" },
{ "middleName", "string" },
{ "phoneNumber", "string" },
{ "postalCode", "string" },
{ "region", "string" },
} },
{ "soldTo",
{
{ "country", "string" },
{ "addressLine1", "string" },
{ "district", "string" },
{ "city", "string" },
{ "companyName", "string" },
{ "addressLine3", "string" },
{ "addressLine2", "string" },
{ "email", "string" },
{ "firstName", "string" },
{ "isValidAddress", false },
{ "lastName", "string" },
{ "middleName", "string" },
{ "phoneNumber", "string" },
{ "postalCode", "string" },
{ "region", "string" },
} },
{ "tags",
{
{ "string", "string" },
} },
},
Tags =
{
{ "string", "string" },
},
});
example, err := billing.NewBillingProfile(ctx, "billingProfileResource", &billing.BillingProfileArgs{
BillingAccountName: "string",
BillingProfileName: "string",
Properties: map[string]interface{}{
"billTo": map[string]interface{}{
"country": "string",
"addressLine1": "string",
"district": "string",
"city": "string",
"companyName": "string",
"addressLine3": "string",
"addressLine2": "string",
"email": "string",
"firstName": "string",
"isValidAddress": false,
"lastName": "string",
"middleName": "string",
"phoneNumber": "string",
"postalCode": "string",
"region": "string",
},
"currentPaymentTerm": map[string]interface{}{
"endDate": "string",
"startDate": "string",
"term": "string",
},
"displayName": "string",
"enabledAzurePlans": []map[string]interface{}{
map[string]interface{}{
"productId": "string",
"skuDescription": "string",
"skuId": "string",
},
},
"indirectRelationshipInfo": map[string]interface{}{
"billingAccountName": "string",
"billingProfileName": "string",
"displayName": "string",
},
"invoiceEmailOptIn": false,
"invoiceRecipients": []string{
"string",
},
"poNumber": "string",
"shipTo": map[string]interface{}{
"country": "string",
"addressLine1": "string",
"district": "string",
"city": "string",
"companyName": "string",
"addressLine3": "string",
"addressLine2": "string",
"email": "string",
"firstName": "string",
"isValidAddress": false,
"lastName": "string",
"middleName": "string",
"phoneNumber": "string",
"postalCode": "string",
"region": "string",
},
"soldTo": map[string]interface{}{
"country": "string",
"addressLine1": "string",
"district": "string",
"city": "string",
"companyName": "string",
"addressLine3": "string",
"addressLine2": "string",
"email": "string",
"firstName": "string",
"isValidAddress": false,
"lastName": "string",
"middleName": "string",
"phoneNumber": "string",
"postalCode": "string",
"region": "string",
},
"tags": map[string]interface{}{
"string": "string",
},
},
Tags: map[string]interface{}{
"string": "string",
},
})
var billingProfileResource = new BillingProfile("billingProfileResource", BillingProfileArgs.builder()
.billingAccountName("string")
.billingProfileName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
billing_profile_resource = azure_native.billing.BillingProfile("billingProfileResource",
billing_account_name=string,
billing_profile_name=string,
properties={
billTo: {
country: string,
addressLine1: string,
district: string,
city: string,
companyName: string,
addressLine3: string,
addressLine2: string,
email: string,
firstName: string,
isValidAddress: False,
lastName: string,
middleName: string,
phoneNumber: string,
postalCode: string,
region: string,
},
currentPaymentTerm: {
endDate: string,
startDate: string,
term: string,
},
displayName: string,
enabledAzurePlans: [{
productId: string,
skuDescription: string,
skuId: string,
}],
indirectRelationshipInfo: {
billingAccountName: string,
billingProfileName: string,
displayName: string,
},
invoiceEmailOptIn: False,
invoiceRecipients: [string],
poNumber: string,
shipTo: {
country: string,
addressLine1: string,
district: string,
city: string,
companyName: string,
addressLine3: string,
addressLine2: string,
email: string,
firstName: string,
isValidAddress: False,
lastName: string,
middleName: string,
phoneNumber: string,
postalCode: string,
region: string,
},
soldTo: {
country: string,
addressLine1: string,
district: string,
city: string,
companyName: string,
addressLine3: string,
addressLine2: string,
email: string,
firstName: string,
isValidAddress: False,
lastName: string,
middleName: string,
phoneNumber: string,
postalCode: string,
region: string,
},
tags: {
string: string,
},
},
tags={
string: string,
})
const billingProfileResource = new azure_native.billing.BillingProfile("billingProfileResource", {
billingAccountName: "string",
billingProfileName: "string",
properties: {
billTo: {
country: "string",
addressLine1: "string",
district: "string",
city: "string",
companyName: "string",
addressLine3: "string",
addressLine2: "string",
email: "string",
firstName: "string",
isValidAddress: false,
lastName: "string",
middleName: "string",
phoneNumber: "string",
postalCode: "string",
region: "string",
},
currentPaymentTerm: {
endDate: "string",
startDate: "string",
term: "string",
},
displayName: "string",
enabledAzurePlans: [{
productId: "string",
skuDescription: "string",
skuId: "string",
}],
indirectRelationshipInfo: {
billingAccountName: "string",
billingProfileName: "string",
displayName: "string",
},
invoiceEmailOptIn: false,
invoiceRecipients: ["string"],
poNumber: "string",
shipTo: {
country: "string",
addressLine1: "string",
district: "string",
city: "string",
companyName: "string",
addressLine3: "string",
addressLine2: "string",
email: "string",
firstName: "string",
isValidAddress: false,
lastName: "string",
middleName: "string",
phoneNumber: "string",
postalCode: "string",
region: "string",
},
soldTo: {
country: "string",
addressLine1: "string",
district: "string",
city: "string",
companyName: "string",
addressLine3: "string",
addressLine2: "string",
email: "string",
firstName: "string",
isValidAddress: false,
lastName: "string",
middleName: "string",
phoneNumber: "string",
postalCode: "string",
region: "string",
},
tags: {
string: "string",
},
},
tags: {
string: "string",
},
});
type: azure-native:billing:BillingProfile
properties:
billingAccountName: string
billingProfileName: string
properties:
billTo:
addressLine1: string
addressLine2: string
addressLine3: string
city: string
companyName: string
country: string
district: string
email: string
firstName: string
isValidAddress: false
lastName: string
middleName: string
phoneNumber: string
postalCode: string
region: string
currentPaymentTerm:
endDate: string
startDate: string
term: string
displayName: string
enabledAzurePlans:
- productId: string
skuDescription: string
skuId: string
indirectRelationshipInfo:
billingAccountName: string
billingProfileName: string
displayName: string
invoiceEmailOptIn: false
invoiceRecipients:
- string
poNumber: string
shipTo:
addressLine1: string
addressLine2: string
addressLine3: string
city: string
companyName: string
country: string
district: string
email: string
firstName: string
isValidAddress: false
lastName: string
middleName: string
phoneNumber: string
postalCode: string
region: string
soldTo:
addressLine1: string
addressLine2: string
addressLine3: string
city: string
companyName: string
country: string
district: string
email: string
firstName: string
isValidAddress: false
lastName: string
middleName: string
phoneNumber: string
postalCode: string
region: string
tags:
string: string
tags:
string: string
BillingProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BillingProfile resource accepts the following input properties:
- Billing
Account Name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- Billing
Profile Name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- Properties
Pulumi.
Azure Native. Billing. Inputs. Billing Profile Properties - A billing profile.
- Dictionary<string, string>
- 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 < > % & \ ? /
- Billing
Account Name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- Billing
Profile Name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- Properties
Billing
Profile Properties Args - A billing profile.
- map[string]string
- 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 < > % & \ ? /
- billing
Account Name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- billing
Profile Name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- properties
Billing
Profile Properties - A billing profile.
- Map<String,String>
- 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 < > % & \ ? /
- billing
Account Name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- billing
Profile Name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- properties
Billing
Profile Properties - A billing profile.
- {[key: string]: string}
- 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 < > % & \ ? /
- billing_
account_ name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- billing_
profile_ name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- properties
Billing
Profile Properties Args - A billing profile.
- Mapping[str, str]
- 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 < > % & \ ? /
- billing
Account Name This property is required. Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing account.
- billing
Profile Name Changes to this property will trigger replacement.
- The ID that uniquely identifies a billing profile.
- properties Property Map
- A billing profile.
- Map<String>
- 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 < > % & \ ? /
Outputs
All input properties are implicitly available as output properties. Additionally, the BillingProfile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Billing. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AzurePlan, AzurePlanArgs
- Product
Id string - The ID that uniquely identifies a product.
- Sku
Description string - The sku description.
- Sku
Id string - The ID that uniquely identifies a sku.
- Product
Id string - The ID that uniquely identifies a product.
- Sku
Description string - The sku description.
- Sku
Id string - The ID that uniquely identifies a sku.
- product
Id String - The ID that uniquely identifies a product.
- sku
Description String - The sku description.
- sku
Id String - The ID that uniquely identifies a sku.
- product
Id string - The ID that uniquely identifies a product.
- sku
Description string - The sku description.
- sku
Id string - The ID that uniquely identifies a sku.
- product_
id str - The ID that uniquely identifies a product.
- sku_
description str - The sku description.
- sku_
id str - The ID that uniquely identifies a sku.
- product
Id String - The ID that uniquely identifies a product.
- sku
Description String - The sku description.
- sku
Id String - The ID that uniquely identifies a sku.
AzurePlanResponse, AzurePlanResponseArgs
- Sku
Description This property is required. string - The sku description.
- Product
Id string - The ID that uniquely identifies a product.
- Sku
Id string - The sku id.
- Sku
Description This property is required. string - The sku description.
- Product
Id string - The ID that uniquely identifies a product.
- Sku
Id string - The sku id.
- sku
Description This property is required. String - The sku description.
- product
Id String - The ID that uniquely identifies a product.
- sku
Id String - The sku id.
- sku
Description This property is required. string - The sku description.
- product
Id string - The ID that uniquely identifies a product.
- sku
Id string - The sku id.
- sku_
description This property is required. str - The sku description.
- product_
id str - The ID that uniquely identifies a product.
- sku_
id str - The sku id.
- sku
Description This property is required. String - The sku description.
- product
Id String - The ID that uniquely identifies a product.
- sku
Id String - The sku id.
BillingProfileProperties, BillingProfilePropertiesArgs
- Bill
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Bill To - Billing address.
- Current
Payment Pulumi.Term Azure Native. Billing. Inputs. Billing Profile Properties Current Payment Term - The current payment term of the billing profile.
- Display
Name string - The name of the billing profile.
- Enabled
Azure List<Pulumi.Plans Azure Native. Billing. Inputs. Azure Plan> - Information about the enabled azure plans.
- Indirect
Relationship Pulumi.Info Azure Native. Billing. Inputs. Billing Profile Properties Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- Invoice
Email boolOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- Invoice
Recipients List<string> - The list of email addresses to receive invoices by email for the billing profile.
- Po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- Ship
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- Sold
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Sold To - The address of the individual or organization that is responsible for the billing account.
- Dictionary<string, string>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- Bill
To BillingProfile Properties Bill To - Billing address.
- Current
Payment BillingTerm Profile Properties Current Payment Term - The current payment term of the billing profile.
- Display
Name string - The name of the billing profile.
- Enabled
Azure []AzurePlans Plan - Information about the enabled azure plans.
- Indirect
Relationship BillingInfo Profile Properties Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- Invoice
Email boolOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- Invoice
Recipients []string - The list of email addresses to receive invoices by email for the billing profile.
- Po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- Ship
To BillingProfile Properties Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- Sold
To BillingProfile Properties Sold To - The address of the individual or organization that is responsible for the billing account.
- map[string]string
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- bill
To BillingProfile Properties Bill To - Billing address.
- current
Payment BillingTerm Profile Properties Current Payment Term - The current payment term of the billing profile.
- display
Name String - The name of the billing profile.
- enabled
Azure List<AzurePlans Plan> - Information about the enabled azure plans.
- indirect
Relationship BillingInfo Profile Properties Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email BooleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients List<String> - The list of email addresses to receive invoices by email for the billing profile.
- po
Number String - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To BillingProfile Properties Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To BillingProfile Properties Sold To - The address of the individual or organization that is responsible for the billing account.
- Map<String,String>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- bill
To BillingProfile Properties Bill To - Billing address.
- current
Payment BillingTerm Profile Properties Current Payment Term - The current payment term of the billing profile.
- display
Name string - The name of the billing profile.
- enabled
Azure AzurePlans Plan[] - Information about the enabled azure plans.
- indirect
Relationship BillingInfo Profile Properties Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email booleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients string[] - The list of email addresses to receive invoices by email for the billing profile.
- po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To BillingProfile Properties Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To BillingProfile Properties Sold To - The address of the individual or organization that is responsible for the billing account.
- {[key: string]: string}
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- bill_
to BillingProfile Properties Bill To - Billing address.
- current_
payment_ Billingterm Profile Properties Current Payment Term - The current payment term of the billing profile.
- display_
name str - The name of the billing profile.
- enabled_
azure_ Sequence[Azureplans Plan] - Information about the enabled azure plans.
- indirect_
relationship_ Billinginfo Profile Properties Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice_
email_ boolopt_ in - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice_
recipients Sequence[str] - The list of email addresses to receive invoices by email for the billing profile.
- po_
number str - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship_
to BillingProfile Properties Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold_
to BillingProfile Properties Sold To - The address of the individual or organization that is responsible for the billing account.
- Mapping[str, str]
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- bill
To Property Map - Billing address.
- current
Payment Property MapTerm - The current payment term of the billing profile.
- display
Name String - The name of the billing profile.
- enabled
Azure List<Property Map>Plans - Information about the enabled azure plans.
- indirect
Relationship Property MapInfo - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email BooleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients List<String> - The list of email addresses to receive invoices by email for the billing profile.
- po
Number String - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To Property Map - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To Property Map - The address of the individual or organization that is responsible for the billing account.
- Map<String>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
BillingProfilePropertiesBillTo, BillingProfilePropertiesBillToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
BillingProfilePropertiesCurrentPaymentTerm, BillingProfilePropertiesCurrentPaymentTermArgs
- end_
date str - The date on when the defined 'Payment Term' will end and is always in UTC.
- start_
date str - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term str
- Represents duration in netXX format. Always in days.
BillingProfilePropertiesIndirectRelationshipInfo, BillingProfilePropertiesIndirectRelationshipInfoArgs
- Billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- Billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- Display
Name string - The display name of the partner or customer for an indirect motion.
- Billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- Billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- Display
Name string - The display name of the partner or customer for an indirect motion.
- billing
Account StringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile StringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name String - The display name of the partner or customer for an indirect motion.
- billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name string - The display name of the partner or customer for an indirect motion.
- billing_
account_ strname - The billing account name of the partner or the customer for an indirect motion.
- billing_
profile_ strname - The billing profile name of the partner or the customer for an indirect motion.
- display_
name str - The display name of the partner or customer for an indirect motion.
- billing
Account StringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile StringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name String - The display name of the partner or customer for an indirect motion.
BillingProfilePropertiesResponse, BillingProfilePropertiesResponseArgs
- Billing
Relationship Type This property is required. string - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- Currency
This property is required. string - The currency in which the charges for the billing profile are billed.
- Has
Read Access This property is required. bool - Indicates whether user has read access to the billing profile.
- Invoice
Day This property is required. int - The day of the month when the invoice for the billing profile is generated.
- Other
Payment Terms This property is required. List<Pulumi.Azure Native. Billing. Inputs. Payment Term Response> - The other payment terms of the billing profile.
- Provisioning
State This property is required. string - The provisioning state of the resource during a long-running operation.
- Spending
Limit This property is required. string - The billing profile spending limit.
- Spending
Limit Details This property is required. List<Pulumi.Azure Native. Billing. Inputs. Spending Limit Details Response> - The details of billing profile spending limit.
- Status
This property is required. string - The status of the billing profile.
- Status
Reason Code This property is required. string - Reason for the specified billing profile status.
- System
Id This property is required. string - The system generated unique identifier for a billing profile.
- Target
Clouds This property is required. List<string> - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- Bill
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Response Bill To - Billing address.
- Current
Payment Pulumi.Term Azure Native. Billing. Inputs. Billing Profile Properties Response Current Payment Term - The current payment term of the billing profile.
- Display
Name string - The name of the billing profile.
- Enabled
Azure List<Pulumi.Plans Azure Native. Billing. Inputs. Azure Plan Response> - Information about the enabled azure plans.
- Indirect
Relationship Pulumi.Info Azure Native. Billing. Inputs. Billing Profile Properties Response Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- Invoice
Email boolOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- Invoice
Recipients List<string> - The list of email addresses to receive invoices by email for the billing profile.
- Po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- Ship
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Response Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- Sold
To Pulumi.Azure Native. Billing. Inputs. Billing Profile Properties Response Sold To - The address of the individual or organization that is responsible for the billing account.
- Dictionary<string, string>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- Billing
Relationship Type This property is required. string - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- Currency
This property is required. string - The currency in which the charges for the billing profile are billed.
- Has
Read Access This property is required. bool - Indicates whether user has read access to the billing profile.
- Invoice
Day This property is required. int - The day of the month when the invoice for the billing profile is generated.
- Other
Payment Terms This property is required. []PaymentTerm Response - The other payment terms of the billing profile.
- Provisioning
State This property is required. string - The provisioning state of the resource during a long-running operation.
- Spending
Limit This property is required. string - The billing profile spending limit.
- Spending
Limit Details This property is required. []SpendingLimit Details Response - The details of billing profile spending limit.
- Status
This property is required. string - The status of the billing profile.
- Status
Reason Code This property is required. string - Reason for the specified billing profile status.
- System
Id This property is required. string - The system generated unique identifier for a billing profile.
- Target
Clouds This property is required. []string - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- Bill
To BillingProfile Properties Response Bill To - Billing address.
- Current
Payment BillingTerm Profile Properties Response Current Payment Term - The current payment term of the billing profile.
- Display
Name string - The name of the billing profile.
- Enabled
Azure []AzurePlans Plan Response - Information about the enabled azure plans.
- Indirect
Relationship BillingInfo Profile Properties Response Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- Invoice
Email boolOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- Invoice
Recipients []string - The list of email addresses to receive invoices by email for the billing profile.
- Po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- Ship
To BillingProfile Properties Response Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- Sold
To BillingProfile Properties Response Sold To - The address of the individual or organization that is responsible for the billing account.
- map[string]string
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- billing
Relationship Type This property is required. String - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- currency
This property is required. String - The currency in which the charges for the billing profile are billed.
- has
Read Access This property is required. Boolean - Indicates whether user has read access to the billing profile.
- invoice
Day This property is required. Integer - The day of the month when the invoice for the billing profile is generated.
- other
Payment Terms This property is required. List<PaymentTerm Response> - The other payment terms of the billing profile.
- provisioning
State This property is required. String - The provisioning state of the resource during a long-running operation.
- spending
Limit This property is required. String - The billing profile spending limit.
- spending
Limit Details This property is required. List<SpendingLimit Details Response> - The details of billing profile spending limit.
- status
This property is required. String - The status of the billing profile.
- status
Reason Code This property is required. String - Reason for the specified billing profile status.
- system
Id This property is required. String - The system generated unique identifier for a billing profile.
- target
Clouds This property is required. List<String> - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- bill
To BillingProfile Properties Response Bill To - Billing address.
- current
Payment BillingTerm Profile Properties Response Current Payment Term - The current payment term of the billing profile.
- display
Name String - The name of the billing profile.
- enabled
Azure List<AzurePlans Plan Response> - Information about the enabled azure plans.
- indirect
Relationship BillingInfo Profile Properties Response Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email BooleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients List<String> - The list of email addresses to receive invoices by email for the billing profile.
- po
Number String - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To BillingProfile Properties Response Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To BillingProfile Properties Response Sold To - The address of the individual or organization that is responsible for the billing account.
- Map<String,String>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- billing
Relationship Type This property is required. string - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- currency
This property is required. string - The currency in which the charges for the billing profile are billed.
- has
Read Access This property is required. boolean - Indicates whether user has read access to the billing profile.
- invoice
Day This property is required. number - The day of the month when the invoice for the billing profile is generated.
- other
Payment Terms This property is required. PaymentTerm Response[] - The other payment terms of the billing profile.
- provisioning
State This property is required. string - The provisioning state of the resource during a long-running operation.
- spending
Limit This property is required. string - The billing profile spending limit.
- spending
Limit Details This property is required. SpendingLimit Details Response[] - The details of billing profile spending limit.
- status
This property is required. string - The status of the billing profile.
- status
Reason Code This property is required. string - Reason for the specified billing profile status.
- system
Id This property is required. string - The system generated unique identifier for a billing profile.
- target
Clouds This property is required. string[] - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- bill
To BillingProfile Properties Response Bill To - Billing address.
- current
Payment BillingTerm Profile Properties Response Current Payment Term - The current payment term of the billing profile.
- display
Name string - The name of the billing profile.
- enabled
Azure AzurePlans Plan Response[] - Information about the enabled azure plans.
- indirect
Relationship BillingInfo Profile Properties Response Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email booleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients string[] - The list of email addresses to receive invoices by email for the billing profile.
- po
Number string - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To BillingProfile Properties Response Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To BillingProfile Properties Response Sold To - The address of the individual or organization that is responsible for the billing account.
- {[key: string]: string}
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- billing_
relationship_ type This property is required. str - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- currency
This property is required. str - The currency in which the charges for the billing profile are billed.
- has_
read_ access This property is required. bool - Indicates whether user has read access to the billing profile.
- invoice_
day This property is required. int - The day of the month when the invoice for the billing profile is generated.
- other_
payment_ terms This property is required. Sequence[PaymentTerm Response] - The other payment terms of the billing profile.
- provisioning_
state This property is required. str - The provisioning state of the resource during a long-running operation.
- spending_
limit This property is required. str - The billing profile spending limit.
- spending_
limit_ details This property is required. Sequence[SpendingLimit Details Response] - The details of billing profile spending limit.
- status
This property is required. str - The status of the billing profile.
- status_
reason_ code This property is required. str - Reason for the specified billing profile status.
- system_
id This property is required. str - The system generated unique identifier for a billing profile.
- target_
clouds This property is required. Sequence[str] - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- bill_
to BillingProfile Properties Response Bill To - Billing address.
- current_
payment_ Billingterm Profile Properties Response Current Payment Term - The current payment term of the billing profile.
- display_
name str - The name of the billing profile.
- enabled_
azure_ Sequence[Azureplans Plan Response] - Information about the enabled azure plans.
- indirect_
relationship_ Billinginfo Profile Properties Response Indirect Relationship Info - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice_
email_ boolopt_ in - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice_
recipients Sequence[str] - The list of email addresses to receive invoices by email for the billing profile.
- po_
number str - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship_
to BillingProfile Properties Response Ship To - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold_
to BillingProfile Properties Response Sold To - The address of the individual or organization that is responsible for the billing account.
- Mapping[str, str]
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
- billing
Relationship Type This property is required. String - Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
- currency
This property is required. String - The currency in which the charges for the billing profile are billed.
- has
Read Access This property is required. Boolean - Indicates whether user has read access to the billing profile.
- invoice
Day This property is required. Number - The day of the month when the invoice for the billing profile is generated.
- other
Payment Terms This property is required. List<Property Map> - The other payment terms of the billing profile.
- provisioning
State This property is required. String - The provisioning state of the resource during a long-running operation.
- spending
Limit This property is required. String - The billing profile spending limit.
- spending
Limit Details This property is required. List<Property Map> - The details of billing profile spending limit.
- status
This property is required. String - The status of the billing profile.
- status
Reason Code This property is required. String - Reason for the specified billing profile status.
- system
Id This property is required. String - The system generated unique identifier for a billing profile.
- target
Clouds This property is required. List<String> - Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
- bill
To Property Map - Billing address.
- current
Payment Property MapTerm - The current payment term of the billing profile.
- display
Name String - The name of the billing profile.
- enabled
Azure List<Property Map>Plans - Information about the enabled azure plans.
- indirect
Relationship Property MapInfo - Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- invoice
Email BooleanOpt In - Flag controlling whether the invoices for the billing profile are sent through email.
- invoice
Recipients List<String> - The list of email addresses to receive invoices by email for the billing profile.
- po
Number String - The default purchase order number that will appear on the invoices generated for the billing profile.
- ship
To Property Map - The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
- sold
To Property Map - The address of the individual or organization that is responsible for the billing account.
- Map<String>
- Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /
BillingProfilePropertiesResponseBillTo, BillingProfilePropertiesResponseBillToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
BillingProfilePropertiesResponseCurrentPaymentTerm, BillingProfilePropertiesResponseCurrentPaymentTermArgs
- Is
Default This property is required. bool - Indicates payment term is the standard payment term.
- End
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- Start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- Term string
- Represents duration in netXX format. Always in days.
- Is
Default This property is required. bool - Indicates payment term is the standard payment term.
- End
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- Start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- Term string
- Represents duration in netXX format. Always in days.
- is
Default This property is required. Boolean - Indicates payment term is the standard payment term.
- end
Date String - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date String - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term String
- Represents duration in netXX format. Always in days.
- is
Default This property is required. boolean - Indicates payment term is the standard payment term.
- end
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term string
- Represents duration in netXX format. Always in days.
- is_
default This property is required. bool - Indicates payment term is the standard payment term.
- end_
date str - The date on when the defined 'Payment Term' will end and is always in UTC.
- start_
date str - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term str
- Represents duration in netXX format. Always in days.
- is
Default This property is required. Boolean - Indicates payment term is the standard payment term.
- end
Date String - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date String - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term String
- Represents duration in netXX format. Always in days.
BillingProfilePropertiesResponseIndirectRelationshipInfo, BillingProfilePropertiesResponseIndirectRelationshipInfoArgs
- Billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- Billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- Display
Name string - The display name of the partner or customer for an indirect motion.
- Billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- Billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- Display
Name string - The display name of the partner or customer for an indirect motion.
- billing
Account StringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile StringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name String - The display name of the partner or customer for an indirect motion.
- billing
Account stringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile stringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name string - The display name of the partner or customer for an indirect motion.
- billing_
account_ strname - The billing account name of the partner or the customer for an indirect motion.
- billing_
profile_ strname - The billing profile name of the partner or the customer for an indirect motion.
- display_
name str - The display name of the partner or customer for an indirect motion.
- billing
Account StringName - The billing account name of the partner or the customer for an indirect motion.
- billing
Profile StringName - The billing profile name of the partner or the customer for an indirect motion.
- display
Name String - The display name of the partner or customer for an indirect motion.
BillingProfilePropertiesResponseShipTo, BillingProfilePropertiesResponseShipToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
BillingProfilePropertiesResponseSoldTo, BillingProfilePropertiesResponseSoldToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
BillingProfilePropertiesShipTo, BillingProfilePropertiesShipToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
BillingProfilePropertiesSoldTo, BillingProfilePropertiesSoldToArgs
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- Address
Line1 This property is required. string - Address line 1.
- Country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- Address
Line2 string - Address line 2.
- Address
Line3 string - Address line 3.
- City string
- Address city.
- Company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- District string
- Address district.
- Email string
- Email address.
- First
Name string - First name. Optional for MCA Enterprise.
- Is
Valid boolAddress - Indicates if the address is incomplete.
- Last
Name string - Last name. Optional for MCA Enterprise.
- Middle
Name string - Middle name.
- Phone
Number string - Phone number.
- Postal
Code string - Postal code.
- Region string
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
- address
Line1 This property is required. string - Address line 1.
- country
This property is required. string - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 string - Address line 2.
- address
Line3 string - Address line 3.
- city string
- Address city.
- company
Name string - Company name. Optional for MCA Individual (Pay-as-you-go).
- district string
- Address district.
- email string
- Email address.
- first
Name string - First name. Optional for MCA Enterprise.
- is
Valid booleanAddress - Indicates if the address is incomplete.
- last
Name string - Last name. Optional for MCA Enterprise.
- middle
Name string - Middle name.
- phone
Number string - Phone number.
- postal
Code string - Postal code.
- region string
- Address region.
- address_
line1 This property is required. str - Address line 1.
- country
This property is required. str - Country code uses ISO 3166-1 Alpha-2 format.
- address_
line2 str - Address line 2.
- address_
line3 str - Address line 3.
- city str
- Address city.
- company_
name str - Company name. Optional for MCA Individual (Pay-as-you-go).
- district str
- Address district.
- email str
- Email address.
- first_
name str - First name. Optional for MCA Enterprise.
- is_
valid_ booladdress - Indicates if the address is incomplete.
- last_
name str - Last name. Optional for MCA Enterprise.
- middle_
name str - Middle name.
- phone_
number str - Phone number.
- postal_
code str - Postal code.
- region str
- Address region.
- address
Line1 This property is required. String - Address line 1.
- country
This property is required. String - Country code uses ISO 3166-1 Alpha-2 format.
- address
Line2 String - Address line 2.
- address
Line3 String - Address line 3.
- city String
- Address city.
- company
Name String - Company name. Optional for MCA Individual (Pay-as-you-go).
- district String
- Address district.
- email String
- Email address.
- first
Name String - First name. Optional for MCA Enterprise.
- is
Valid BooleanAddress - Indicates if the address is incomplete.
- last
Name String - Last name. Optional for MCA Enterprise.
- middle
Name String - Middle name.
- phone
Number String - Phone number.
- postal
Code String - Postal code.
- region String
- Address region.
PaymentTermResponse, PaymentTermResponseArgs
- Is
Default This property is required. bool - Indicates payment term is the standard payment term.
- End
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- Start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- Term string
- Represents duration in netXX format. Always in days.
- Is
Default This property is required. bool - Indicates payment term is the standard payment term.
- End
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- Start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- Term string
- Represents duration in netXX format. Always in days.
- is
Default This property is required. Boolean - Indicates payment term is the standard payment term.
- end
Date String - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date String - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term String
- Represents duration in netXX format. Always in days.
- is
Default This property is required. boolean - Indicates payment term is the standard payment term.
- end
Date string - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date string - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term string
- Represents duration in netXX format. Always in days.
- is_
default This property is required. bool - Indicates payment term is the standard payment term.
- end_
date str - The date on when the defined 'Payment Term' will end and is always in UTC.
- start_
date str - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term str
- Represents duration in netXX format. Always in days.
- is
Default This property is required. Boolean - Indicates payment term is the standard payment term.
- end
Date String - The date on when the defined 'Payment Term' will end and is always in UTC.
- start
Date String - The date on when the defined 'Payment Term' will be effective from and is always in UTC.
- term String
- Represents duration in netXX format. Always in days.
SpendingLimitDetailsResponse, SpendingLimitDetailsResponseArgs
- Amount double
- The initial amount for the billing profile.
- Currency string
- The currency in which the charges for the billing profile are billed.
- End
Date string - The date when this spending limit is no longer in effect.
- Start
Date string - The date when this spending limit goes into effect.
- Status string
- The status of current spending limit.
- Type string
- The type of spending limit.
- Amount float64
- The initial amount for the billing profile.
- Currency string
- The currency in which the charges for the billing profile are billed.
- End
Date string - The date when this spending limit is no longer in effect.
- Start
Date string - The date when this spending limit goes into effect.
- Status string
- The status of current spending limit.
- Type string
- The type of spending limit.
- amount Double
- The initial amount for the billing profile.
- currency String
- The currency in which the charges for the billing profile are billed.
- end
Date String - The date when this spending limit is no longer in effect.
- start
Date String - The date when this spending limit goes into effect.
- status String
- The status of current spending limit.
- type String
- The type of spending limit.
- amount number
- The initial amount for the billing profile.
- currency string
- The currency in which the charges for the billing profile are billed.
- end
Date string - The date when this spending limit is no longer in effect.
- start
Date string - The date when this spending limit goes into effect.
- status string
- The status of current spending limit.
- type string
- The type of spending limit.
- amount float
- The initial amount for the billing profile.
- currency str
- The currency in which the charges for the billing profile are billed.
- end_
date str - The date when this spending limit is no longer in effect.
- start_
date str - The date when this spending limit goes into effect.
- status str
- The status of current spending limit.
- type str
- The type of spending limit.
- amount Number
- The initial amount for the billing profile.
- currency String
- The currency in which the charges for the billing profile are billed.
- end
Date String - The date when this spending limit is no longer in effect.
- start
Date String - The date when this spending limit goes into effect.
- status String
- The status of current spending limit.
- type String
- The type of spending limit.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:billing:BillingProfile xxxx-xxxx-xxx-xxx /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0