The cloudConnectors resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.CostManagement/cloudConnectors resource, add the following JSON to your template.
{
"type": "Microsoft.CostManagement/cloudConnectors",
"apiVersion": "2019-03-01-preview",
"name": "string",
"kind": "string",
"properties": {
"billingModel": "string",
"credentialsKey": "string",
"credentialsSecret": "string",
"defaultManagementGroupId": "string",
"displayName": "string",
"reportId": "string",
"subscriptionId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.CostManagement/cloudConnectors' |
apiVersion | The resource api version | '2019-03-01-preview' |
name | The resource name | string (required) |
kind | Connector kind (eg aws) | string |
properties | Connector properties | ConnectorProperties |
Name | Description | Value |
---|---|---|
billingModel | Connector billing model | 'autoUpgrade' 'expired' 'premium' 'trial' |
credentialsKey | Credentials authentication key (eg AWS ARN) | string |
credentialsSecret | Credentials secret (eg AWS ExternalId) | string |
defaultManagementGroupId | Default ManagementGroupId | string |
displayName | Connector DisplayName | string |
reportId | Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources) | string |
subscriptionId | Billing SubscriptionId | string |