Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 651 Bytes

azure.md

File metadata and controls

34 lines (24 loc) · 651 Bytes

Azure

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)

Azure VM Class

.. automodule:: socfaker.azurevm
   :members:
   :undoc-members:

Azure VM Metrics Class

.. automodule:: socfaker.azurevmmetrics
   :members:
   :undoc-members: