![]() |
Consumption Analytics Documentation |
Defines a Microsoft Azure explicit data source to use for data collection. Contrast this with ManagedAzurePublicDataSource, which specifies a managed data source.
com.cloudcruiser.batch.collect.microsoft.azurepublic.AzurePublicDataSourceConfig
Name | Type | Description |
endpoint | string | The URL for the Windows Azure Enterprise Portal, https://ea.windowsazure.com |
username | string | The name of an account with the Enterprise Administrator role. This role is required for access to usage data from all accounts in your enterprise. |
password | string | The password for username |
<bean class="com.cloudcruiser.batch.collect.microsoft.azurepublic.AzurePublicDataSourceConfig"> <property name="endpoint" value="https://ea.windowsazure.com" /> <property name="username" value="mymsaccount" /> <property name="password" value="mypassword" /> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP