Endpoints Class
The URIs that are used to perform a retrieval of a public blob, queue or table object.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEndpoints
Constructor
Endpoints(*, blob: str | None = None, queue: str | None = None, table: str | None = None, file: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
blob
|
The blob endpoint. |
queue
|
The queue endpoint. |
table
|
The table endpoint. |
file
|
The file endpoint. |
Variables
Name | Description |
---|---|
blob
|
The blob endpoint. |
queue
|
The queue endpoint. |
table
|
The table endpoint. |
file
|
The file endpoint. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python