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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python