ConnectionSharedKey Class
Response for GetConnectionSharedKey API service call.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceConnectionSharedKey
Constructor
ConnectionSharedKey(*, value: str, id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
value
|
The virtual network connection shared key value. Required. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
value
|
The virtual network connection shared key value. Required. |
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