GetVpnSitesConfigurationRequest Class
List of Vpn-Sites.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelGetVpnSitesConfigurationRequest
Constructor
GetVpnSitesConfigurationRequest(*, output_blob_sas_url: str, vpn_sites: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vpn_sites
|
List of resource-ids of the vpn-sites for which config is to be downloaded. |
output_blob_sas_url
|
The sas-url to download the configurations for vpn-sites. Required. |
Variables
Name | Description |
---|---|
vpn_sites
|
List of resource-ids of the vpn-sites for which config is to be downloaded. |
output_blob_sas_url
|
The sas-url to download the configurations for vpn-sites. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python