Uses of Class
com.azure.resourcemanager.compute.models.ProxyAgentSettings
Packages that use ProxyAgentSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ProxyAgentSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ProxyAgentSettingsModifier and TypeMethodDescriptionstatic ProxyAgentSettingsProxyAgentSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProxyAgentSettings from the JsonReader.SecurityProfile.proxyAgentSettings()Get the proxyAgentSettings property: Specifies ProxyAgent settings while creating the virtual machine.ProxyAgentSettings.withEnabled(Boolean enabled) Set the enabled property: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.ProxyAgentSettings.withImds(HostEndpointSettings imds) Set the imds property: Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set.ProxyAgentSettings.withKeyIncarnationId(Integer keyIncarnationId) Set the keyIncarnationId property: Increase the value of this property allows users to reset the key used for securing communication channel between guest and host.Set the mode property: Specifies the mode that ProxyAgent will execute on.ProxyAgentSettings.withWireServer(HostEndpointSettings wireServer) Set the wireServer property: Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type ProxyAgentSettingsModifier and TypeMethodDescriptionSecurityProfile.withProxyAgentSettings(ProxyAgentSettings proxyAgentSettings) Set the proxyAgentSettings property: Specifies ProxyAgent settings while creating the virtual machine.