plpipes.cloud.azure.graph#
fs(account_name)
#
Get the file system object for the specified account name.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
account_name
|
str
|
The name of the account. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
_FS |
Instance of the file system object for the specified account. |
Source code in src\plpipes\cloud\azure\graph.py
graph(account_name)
#
Get the GraphClient object for the specified account name.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
account_name
|
str
|
The name of the account. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
GraphClient |
Instance of GraphClient for the specified account. |