How to use the azure-mgmt-trafficmanager.azure.mgmt.trafficmanager.models.check_traffic_manager_relative_dns_name_availability_parameters.CheckTrafficManagerRelativeDnsNameAvailabilityParameters function in azure-mgmt-trafficmanager

To help you get started, we’ve selected a few azure-mgmt-trafficmanager 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-trafficmanager / azure / mgmt / trafficmanager / models / check_traffic_manager_relative_dns_name_availability_parameters.py View on Github external
def __init__(self, **kwargs):
        super(CheckTrafficManagerRelativeDnsNameAvailabilityParameters, self).__init__(**kwargs)
        self.name = kwargs.get('name', None)
        self.type = kwargs.get('type', None)

azure-mgmt-trafficmanager

Microsoft Azure Traffic Manager Management Client Library for Python

MIT
Latest version published 11 months ago

Package Health Score

93 / 100
Full package analysis

Popular azure-mgmt-trafficmanager functions

Similar packages