How to use the azure-mgmt-subscription.azure.mgmt.subscription.models.subscription_creation_parameters_py3.SubscriptionCreationParameters function in azure-mgmt-subscription

To help you get started, we’ve selected a few azure-mgmt-subscription examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-subscription / azure / mgmt / subscription / models / subscription_creation_parameters_py3.py View on Github external
def __init__(self, *, display_name: str=None, billing_profile_id: str=None, sku_id: str=None, cost_center: str=None, owner=None, additional_parameters=None, **kwargs) -> None:
        super(SubscriptionCreationParameters, self).__init__(**kwargs)
        self.display_name = display_name
        self.billing_profile_id = billing_profile_id
        self.sku_id = sku_id
        self.cost_center = cost_center
        self.owner = owner
        self.additional_parameters = additional_parameters

azure-mgmt-subscription

Microsoft Azure Subscription Management Client Library for Python

MIT
Latest version published 2 years ago

Package Health Score

73 / 100
Full package analysis

Similar packages