How to use the azure-mgmt-reservations.azure.mgmt.reservations.models.patch_py3.Patch function in azure-mgmt-reservations

To help you get started, we’ve selected a few azure-mgmt-reservations 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-reservations / azure / mgmt / reservations / models / patch_py3.py View on Github external
def __init__(self, *, applied_scope_type=None, applied_scopes=None, instance_flexibility=None, name: str=None, **kwargs) -> None:
        super(Patch, self).__init__(**kwargs)
        self.applied_scope_type = applied_scope_type
        self.applied_scopes = applied_scopes
        self.instance_flexibility = instance_flexibility
        self.name = name

azure-mgmt-reservations

Microsoft Azure Reservations Client Library for Python

MIT
Latest version published 1 year ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-reservations functions

Similar packages