Uses of Class
com.azure.resourcemanager.network.models.ConnectivitySource
-
Packages that use ConnectivitySource Package Description com.azure.resourcemanager.network.models 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 ConnectivitySource Modifier and Type Method Description ConnectivitySourceConnectivityParameters. source()Get the source property: The source of the connection.ConnectivitySourceConnectivitySource. withPort(Integer port)Set the port property: The source port from which a connectivity check will be performed.ConnectivitySourceConnectivitySource. 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 ConnectivitySource Modifier and Type Method Description ConnectivityParametersConnectivityParameters. withSource(ConnectivitySource source)Set the source property: The source of the connection.
-