Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.04 KB

File metadata and controls

27 lines (20 loc) · 1.04 KB

MicrosoftAzureAllOf

Properties

Name Type Description Notes
connection_string str Microsoft azure connection string

Example

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]