Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetInfo
Packages that use VnetInfo
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of VnetInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetInfoModifier and TypeMethodDescriptionstatic VnetInfoVnetInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VnetInfo from the JsonReader.NetworkFeaturesInner.virtualNetworkConnection()Get the virtualNetworkConnection property: The Virtual Network summary view.NetworkFeaturesProperties.virtualNetworkConnection()Get the virtualNetworkConnection property: The Virtual Network summary view.VnetInfo.withCertBlob(String certBlob) Set the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.VnetInfo.withDnsServers(String dnsServers) Set the dnsServers property: DNS servers to be used by this Virtual Network.VnetInfo.withIsSwift(Boolean isSwift) Set the isSwift property: Flag that is used to denote if this is VNET injection.VnetInfo.withVnetResourceId(String vnetResourceId) Set the vnetResourceId property: The Virtual Network's resource ID.