Share via


ProxyAgentSettings Class

Specifies ProxyAgent settings while creating the virtual machine.

Constructor

ProxyAgentSettings(*args: Any, **kwargs: Any)

Variables

Name Description
enabled

Specifies whether Metadata Security Protocol feature should be enabled on the virtual machine or virtual machine scale set. Default is False.

imds

Settings for the IMDS endpoint.

wire_server

Settings for the WireServer endpoint.

Attributes

enabled

Specifies whether Metadata Security Protocol feature should be enabled on the virtual machine or virtual machine scale set. Default is False.

enabled: bool | None

imds

Settings for the IMDS endpoint.

imds: _models.HostEndpointSettings | None

wire_server

Settings for the WireServer endpoint.

wire_server: _models.HostEndpointSettings | None