This documentation provides details about the data that can be faked for Microsoft Azure.
To retrieve generated/fake data for Microsoft Azure see the following capabilities:
from socfaker import SocFaker
sc = SocFaker()
print(sc.products.azure.vm)
print(sc.products.azure.vm.details)
print(sc.products.azure.vm.metrics)
print(sc.products.azure.vm.metrics.average)
print(sc.products.azure.vm.metrics.graphs)
.. automodule:: socfaker.azurevm
:members:
:undoc-members:
.. automodule:: socfaker.azurevmmetrics
:members:
:undoc-members: