ProxyAgentSettings Class
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
- Inheritance
-
azure.mgmt.compute._serialization.ModelProxyAgentSettings
Constructor
ProxyAgentSettings(*, enabled: bool | None = None, mode: str | _models.Mode | None = None, key_incarnation_id: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set. |
mode
|
Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode. Known values are: "Audit" and "Enforce". |
key_incarnation_id
|
Increase the value of this property allows user to reset the key used for securing communication channel between guest and host. |
Variables
Name | Description |
---|---|
enabled
|
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set. |
mode
|
Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode. Known values are: "Audit" and "Enforce". |
key_incarnation_id
|
Increase the value of this property allows user to reset the key used for securing communication channel between guest and host. |
Azure SDK for Python