Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkProfile
Packages that use NetworkProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NetworkProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return NetworkProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.networkProfile()Get the networkProfile property: Configuration for OpenShift networking.OpenShiftManagedClusterProperties.networkProfile()Get the networkProfile property: Configuration for OpenShift networking.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type NetworkProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Configuration for OpenShift networking.OpenShiftManagedClusterProperties.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Configuration for OpenShift networking. -
Uses of NetworkProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return NetworkProfileModifier and TypeMethodDescriptionstatic NetworkProfileNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkProfile from the JsonReader.NetworkProfile.withPeerVnetId(String peerVnetId) Set the peerVnetId property: CIDR of the Vnet to peer.NetworkProfile.withVnetCidr(String vnetCidr) Set the vnetCidr property: CIDR for the OpenShift Vnet.NetworkProfile.withVnetId(String vnetId) Set the vnetId property: ID of the Vnet created for OSA cluster.