ProxyAgentSettings Class
Specifies ProxyAgent settings for the virtual machine or virtual machine scale set. Minimum api-version: 2023-09-01.
Constructor
ProxyAgentSettings(*args: Any, **kwargs: Any)
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. Warning: this property has been deprecated, please specify 'mode' under particular hostendpoint setting. Known values are: "Audit" and "Enforce". |
|
key_incarnation_id
|
Increase the value of this property allows users to reset the key used for securing communication channel between guest and host. |
|
wire_server
|
Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01. |
|
imds
|
Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01. |
|
add_proxy_agent_extension
|
Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os. |
Attributes
add_proxy_agent_extension
Specify whether to implicitly install the ProxyAgent Extension. This option is currently applicable only for Linux Os.
add_proxy_agent_extension: bool | None
enabled
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
enabled: bool | None
imds
Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
imds: _models.HostEndpointSettings | None
key_incarnation_id
Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.
key_incarnation_id: int | None
mode
this property has been deprecated, please specify 'mode' under particular hostendpoint setting. Known values are: "Audit" and "Enforce".
mode: str | _models.Mode | None
wire_server
Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set. Minimum api-version: 2024-03-01.
wire_server: _models.HostEndpointSettings | None