Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolWindowsProfile
Packages that use AgentPoolWindowsProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolWindowsProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolWindowsProfileModifier and TypeMethodDescriptionAgentPoolInner.windowsProfile()Get the windowsProfile property: The Windows agent pool's specific profile.ManagedClusterAgentPoolProfileProperties.windowsProfile()Get the windowsProfile property: The Windows agent pool's specific profile.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolWindowsProfileModifier and TypeMethodDescriptionAgentPoolInner.withWindowsProfile(AgentPoolWindowsProfile windowsProfile) Set the windowsProfile property: The Windows agent pool's specific profile.ManagedClusterAgentPoolProfileProperties.withWindowsProfile(AgentPoolWindowsProfile windowsProfile) Set the windowsProfile property: The Windows agent pool's specific profile. -
Uses of AgentPoolWindowsProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolWindowsProfileModifier and TypeMethodDescriptionstatic AgentPoolWindowsProfileAgentPoolWindowsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolWindowsProfile from the JsonReader.AgentPoolWindowsProfile.withDisableOutboundNat(Boolean disableOutboundNat) Set the disableOutboundNat property: The default value is false.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolWindowsProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withWindowsProfile(AgentPoolWindowsProfile windowsProfile) Set the windowsProfile property: The Windows agent pool's specific profile.