ConnectivityParameters Class
Parameters that determine how the connectivity check will be performed.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ConnectivityParameters
Constructor
ConnectivityParameters(*, source: azure.mgmt.network.v2019_04_01.models._models_py3.ConnectivitySource, destination: azure.mgmt.network.v2019_04_01.models._models_py3.ConnectivityDestination, protocol: typing.Union[str, _ForwardRef('Protocol'), NoneType] = None, protocol_configuration: typing.Union[_ForwardRef('ProtocolConfiguration'), NoneType] = None, **kwargs)
Parameters
- source
- ConnectivitySource
Required. Describes the source of the connection.
- destination
- ConnectivityDestination
Required. Describes the destination of connection.
- protocol_configuration
- ProtocolConfiguration
Configuration of the protocol.
Feedback
Submit and view feedback for