How to use the azure-mgmt-resource.azure.mgmt.resource.resources.v2016_09_01.models.plan.Plan function in azure-mgmt-resource

To help you get started, we’ve selected a few azure-mgmt-resource 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-resource / azure / mgmt / resource / resources / v2016_09_01 / models / plan.py View on Github external
def __init__(self, name=None, publisher=None, product=None, promotion_code=None):
        super(Plan, self).__init__()
        self.name = name
        self.publisher = publisher
        self.product = product
        self.promotion_code = promotion_code
github Azure / azure-sdk-for-python / azure-mgmt-resource / azure / mgmt / resource / resources / v2016_09_01 / models / plan.py View on Github external
def __init__(self, **kwargs):
        super(Plan, self).__init__(**kwargs)
        self.name = kwargs.get('name', None)
        self.publisher = kwargs.get('publisher', None)
        self.product = kwargs.get('product', None)
        self.promotion_code = kwargs.get('promotion_code', None)

azure-mgmt-resource

Microsoft Azure Resource Management Client Library for Python

MIT
Latest version published 26 days ago

Package Health Score

96 / 100
Full package analysis

Popular azure-mgmt-resource functions

Similar packages