CheckPrivateLinkServiceVisibilityRequest Class
Request body of the CheckPrivateLinkServiceVisibility API service call.
Constructor
CheckPrivateLinkServiceVisibilityRequest(*, private_link_service_alias: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
private_link_service_alias
|
The alias of the private link service. Default value: None
|
Variables
Name | Description |
---|---|
private_link_service_alias
|
The alias of the private link service. |
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