Uses of Class
com.azure.resourcemanager.network.models.ConnectivitySource
Packages that use ConnectivitySource
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectivitySource in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectivitySourceModifier and TypeMethodDescriptionstatic ConnectivitySourceConnectivitySource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivitySource from the JsonReader.ConnectivityParameters.source()Get the source property: The source of the connection.Set the port property: The source port from which a connectivity check will be performed.ConnectivitySource.withResourceId(String resourceId) Set the resourceId property: The ID of the resource from which a connectivity check will be initiated.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectivitySourceModifier and TypeMethodDescriptionConnectivityParameters.withSource(ConnectivitySource source) Set the source property: The source of the connection.