Endpoints 클래스
공용 Blob, 큐, 테이블, 웹 또는 dfs 개체의 검색을 수행하는 데 사용되는 URI입니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.storage._serialization.ModelEndpoints
생성자
Endpoints(*, microsoft_endpoints: _models.StorageAccountMicrosoftEndpoints | None = None, internet_endpoints: _models.StorageAccountInternetEndpoints | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
microsoft_endpoints
|
Microsoft 라우팅 스토리지 엔드포인트를 가져옵니다. |
internet_endpoints
|
인터넷 라우팅 스토리지 엔드포인트를 가져옵니다. |
변수
Name | Description |
---|---|
blob
|
Blob 엔드포인트를 가져옵니다. |
queue
|
큐 엔드포인트를 가져옵니다. |
table
|
테이블 엔드포인트를 가져옵니다. |
file
|
파일 엔드포인트를 가져옵니다. |
web
|
웹 엔드포인트를 가져옵니다. |
dfs
|
dfs 엔드포인트를 가져옵니다. |
microsoft_endpoints
|
Microsoft 라우팅 스토리지 엔드포인트를 가져옵니다. |
internet_endpoints
|
인터넷 라우팅 스토리지 엔드포인트를 가져옵니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python