How to use the azure-mgmt-subscription.azure.mgmt.subscription.models.subscription_creation_parameters.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.py View on Github external
def __init__(self, **kwargs):
        super(SubscriptionCreationParameters, self).__init__(**kwargs)
        self.display_name = kwargs.get('display_name', None)
        self.billing_profile_id = kwargs.get('billing_profile_id', None)
        self.sku_id = kwargs.get('sku_id', None)
        self.cost_center = kwargs.get('cost_center', None)
        self.owner = kwargs.get('owner', None)
        self.additional_parameters = kwargs.get('additional_parameters', None)

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