예제 #1
0
 def __init__(self):
     self.url = ''
     self.service_name = ''
     self.storage_service_properties = StorageAccountProperties()
     self.storage_service_keys = StorageServiceKeys()
     self.extended_properties = _dict_of('ExtendedProperty', 'Name', 'Value')
     self.capabilities = _scalar_list_of(str, 'Capability')
예제 #2
0
 def __init__(self):
     self.url = ""
     self.service_name = ""
     self.storage_service_properties = StorageAccountProperties()
     self.storage_service_keys = StorageServiceKeys()
     self.extended_properties = _dict_of("ExtendedProperty", "Name", "Value")
     self.capabilities = _scalar_list_of(str, "Capability")
예제 #3
0
 def __init__(self):
     self.name = ''
     self.label = _Base64String()
     self.description = ''
     self.location = ''
     self.hosted_services = HostedServices()
     self.storage_services = StorageServices()
     self.capabilities = _scalar_list_of(str, 'Capability')
예제 #4
0
 def __init__(self):
     self.description = ''
     self.affinity_group = ''
     self.location = ''
     self.label = _Base64String()
     self.status = ''
     self.endpoints = _scalar_list_of(str, 'Endpoint')
     self.geo_replication_enabled = False
     self.geo_primary_region = ''
     self.status_of_primary = ''
     self.geo_secondary_region = ''
     self.status_of_secondary = ''
     self.last_geo_failover_time = ''
예제 #5
0
 def __init__(self):
     self.name = ''
     self.display_name = ''
     self.available_services = _scalar_list_of(str, 'AvailableService')
예제 #6
0
 def __init__(self):
     self.configuration_set_type = ''
     self.role_type= ''
     self.input_endpoints = ConfigurationSetInputEndpoints()
     self.subnet_names = _scalar_list_of(str, 'SubnetName')