Ejemplo n.º 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')
Ejemplo n.º 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")
Ejemplo n.º 3
0
 def __init__(self):
     self.description = ''
     self.location = ''
     self.affinity_group = ''
     self.label = _Base64String()
     self.status = ''
     self.date_created = ''
     self.date_last_modified = ''
     self.extended_properties = _dict_of('ExtendedProperty', 'Name', 'Value')
Ejemplo n.º 4
0
 def __init__(self):
     self.description = u""
     self.location = u""
     self.affinity_group = u""
     self.label = _Base64String()
     self.status = u""
     self.date_created = u""
     self.date_last_modified = u""
     self.extended_properties = _dict_of("ExtendedProperty", "Name", "Value")
Ejemplo n.º 5
0
 def __init__(self):
     self.name = ''
     self.deployment_slot = ''
     self.private_id = ''
     self.status = ''
     self.label = _Base64String()
     self.url = ''
     self.configuration = _Base64String()
     self.role_instance_list = RoleInstanceList()
     self.upgrade_status = UpgradeStatus()
     self.upgrade_domain_count = ''
     self.role_list = RoleList()
     self.sdk_version = ''
     self.input_endpoint_list = InputEndpoints()
     self.locked = False
     self.rollback_allowed = False
     self.persistent_vm_downtime_info = PersistentVMDowntimeInfo()
     self.created_time = ''
     self.last_modified_time = ''
     self.extended_properties = _dict_of('ExtendedProperty', 'Name', 'Value')