Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ConnectivityProfileWeb
Packages that use ConnectivityProfileWeb
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ConnectivityProfileWeb in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ConnectivityProfileWebModifier and TypeMethodDescriptionstatic ConnectivityProfileWebConnectivityProfileWeb.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityProfileWeb from the JsonReader.ConnectivityProfile.web()Get the web property: Web connectivity endpoint details.Set the fqdn property: Web connectivity endpoint.ConnectivityProfileWeb.withPrivateFqdn(String privateFqdn) Set the privateFqdn property: Private web connectivity endpoint.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ConnectivityProfileWebModifier and TypeMethodDescriptionConnectivityProfile.withWeb(ConnectivityProfileWeb web) Set the web property: Web connectivity endpoint details.