ServiceBusConnectionStringProperties 클래스
연결 문자열의 속성입니다.
- 상속
-
azure.servicebus.management._models.DictMixinServiceBusConnectionStringProperties
생성자
ServiceBusConnectionStringProperties(**kwargs)
메서드
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: str, default: Any | None = None) -> Any
매개 변수
- key
필수
- default
기본값: None
has_key
has_key(k: str) -> bool
매개 변수
- k
필수
items
items() -> List[Tuple[str, Any]]
keys
keys() -> List[str]
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> List
특성
endpoint
:rtype: str
entity_path
(선택 사항) 큐/토픽의 이름을 나타냅니다. :rtype: str
fully_qualified_namespace
Service Bus 네임스페이스의 정규화된 호스트 이름입니다. 네임스페이스 형식은 .servicebus.windows.net. :rtype: str
shared_access_key
shared_access_key 자격 증명으로 shared_access_key_name 함께 사용할 수 있습니다. :rtype: str
shared_access_key_name
shared_access_key 이름입니다. shared_access_key 함께 사용해야 합니다. :rtype: str
shared_access_signature
shared_access_key_name 및 shared_access_key 대신 제공할 수 있습니다. :rtype: str
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python