Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksProperties
Package
Description
Package containing the inner data models for HybridContainerService.
Package containing the data models for HybridContainerService.
-
Uses of VirtualNetworksProperties in com.azure.resourcemanager.hybridcontainerservice.fluent.models
Modifier and TypeMethodDescriptionVirtualNetworksInner.properties()
Get the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.Modifier and TypeMethodDescriptionVirtualNetworksInner.withProperties
(VirtualNetworksProperties properties) Set the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork. -
Uses of VirtualNetworksProperties in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionVirtualNetworks.properties()
Gets the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.VirtualNetworksProperties.withInfraVnetProfile
(VirtualNetworksPropertiesInfraVnetProfile infraVnetProfile) Set the infraVnetProfile property: The infraVnetProfile property.VirtualNetworksProperties.withVipPool
(List<VirtualNetworksPropertiesVipPoolItem> vipPool) Set the vipPool property: Virtual IP Pool for Kubernetes.VirtualNetworksProperties.withVmipPool
(List<VirtualNetworksPropertiesVmipPoolItem> vmipPool) Set the vmipPool property: IP Pool for Virtual Machines.Modifier and TypeMethodDescriptionVirtualNetworks.DefinitionStages.WithProperties.withProperties
(VirtualNetworksProperties properties) Specifies the properties property: HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork.