ConnectionString Class
Key/value mappings for connection details. Uses the same syntax as dictionary
Initializer for ConnectionString
Constructor
ConnectionString(connection_string)
Parameters
Name | Description |
---|---|
connection_string
Required
|
String with connection details provided by Azure |
Methods
get |
Return the value for key if key is in the dictionary, else default |
get
Return the value for key if key is in the dictionary, else default
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
The key to retrieve a value for |
default
|
The default value returned if a key is not found Default value: None
|
Returns
Type | Description |
---|---|
The value for the given key |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python