Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.OutboundType
Packages that use OutboundType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of OutboundType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type OutboundType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as OutboundTypeModifier and TypeFieldDescriptionstatic final OutboundTypeOutboundType.LOAD_BALANCERStatic value loadBalancer for OutboundType.static final OutboundTypeOutboundType.USER_DEFINED_ROUTINGStatic value userDefinedRouting for OutboundType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return OutboundTypeModifier and TypeMethodDescriptionstatic OutboundTypeOutboundType.fromString(String name) Creates or finds a OutboundType from its string representation.ClusterPoolNetworkProfile.outboundType()Get the outboundType property: This can only be set at cluster pool creation time and cannot be changed later.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type OutboundTypeModifier and TypeMethodDescriptionstatic Collection<OutboundType> OutboundType.values()Gets known OutboundType values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type OutboundTypeModifier and TypeMethodDescriptionClusterPoolNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: This can only be set at cluster pool creation time and cannot be changed later.ClusterPoolResourcePropertiesNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: This can only be set at cluster pool creation time and cannot be changed later.