| Name |
Type |
Description |
Notes |
| connection_string |
str |
Microsoft azure connection string |
|
from phrasetms_client.models.microsoft_azure_all_of import MicrosoftAzureAllOf
# TODO update the JSON string below
json = "{}"
# create an instance of MicrosoftAzureAllOf from a JSON string
microsoft_azure_all_of_instance = MicrosoftAzureAllOf.from_json(json)
# print the JSON string representation of the object
print MicrosoftAzureAllOf.to_json()
# convert the object into a dict
microsoft_azure_all_of_dict = microsoft_azure_all_of_instance.to_dict()
# create an instance of MicrosoftAzureAllOf from a dict
microsoft_azure_all_of_from_dict = MicrosoftAzureAllOf.from_dict(microsoft_azure_all_of_dict)
[Back to Model list] [Back to API list] [Back to README]