Uses of Class
com.azure.resourcemanager.compute.models.HostEndpointSettings
Packages that use HostEndpointSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of HostEndpointSettings in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type HostEndpointSettingsModifier and TypeClassDescriptionfinal classSpecifies particular host endpoint settings.Methods in com.azure.resourcemanager.compute.models that return HostEndpointSettingsModifier and TypeMethodDescriptionstatic HostEndpointSettingsHostEndpointSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HostEndpointSettings from the JsonReader.ProxyAgentSettings.imds()Get the imds property: Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set.ProxyAgentSettings.wireServer()Get the wireServer property: Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set.HostEndpointSettings.withInVMAccessControlProfileReferenceId(String inVMAccessControlProfileReferenceId) Set the inVMAccessControlProfileReferenceId property: Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.Set the mode property: Specifies the execution mode.Methods in com.azure.resourcemanager.compute.models with parameters of type HostEndpointSettingsModifier and TypeMethodDescriptionProxyAgentSettings.withImds(HostEndpointSettings imds) Set the imds property: Specifies the IMDS endpoint settings while creating the virtual machine or virtual machine scale set.ProxyAgentSettings.withWireServer(HostEndpointSettings wireServer) Set the wireServer property: Specifies the Wire Server endpoint settings while creating the virtual machine or virtual machine scale set.