Uses of Class
com.azure.resourcemanager.network.models.ConnectivityDestination
Packages that use ConnectivityDestination
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectivityDestination in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectivityDestinationModifier and TypeClassDescriptionfinal classParameters that define destination of connection.Methods in com.azure.resourcemanager.network.models that return ConnectivityDestinationModifier and TypeMethodDescriptionConnectivityParameters.destination()Get the destination property: The destination of connection.static ConnectivityDestinationConnectivityDestination.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityDestination from the JsonReader.ConnectivityDestination.withAddress(String address) Set the address property: The IP address or URI the resource to which a connection attempt will be made.Set the port property: Port on which check connectivity will be performed.ConnectivityDestination.withResourceId(String resourceId) Set the resourceId property: The ID of the resource to which a connection attempt will be made.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectivityDestinationModifier and TypeMethodDescriptionConnectivityParameters.withDestination(ConnectivityDestination destination) Set the destination property: The destination of connection.