ArmNetworkModelFactory.ExpressRouteLinkFailoverTestBgpStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverTestBgpStatus ExpressRouteLinkFailoverTestBgpStatus(Azure.ResourceManager.Network.Models.ExpressRouteFailoverBgpStatusAddressFamily? type = default, Azure.ResourceManager.Network.Models.ExpressRouteFailoverLinkType? link = default, Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverBgpStatus? status = default, string checkTimeUtc = default);
static member ExpressRouteLinkFailoverTestBgpStatus : Nullable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverBgpStatusAddressFamily> * Nullable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverLinkType> * Nullable<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverBgpStatus> * string -> Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverTestBgpStatus
Public Shared Function ExpressRouteLinkFailoverTestBgpStatus (Optional type As Nullable(Of ExpressRouteFailoverBgpStatusAddressFamily) = Nothing, Optional link As Nullable(Of ExpressRouteFailoverLinkType) = Nothing, Optional status As Nullable(Of ExpressRouteLinkFailoverBgpStatus) = Nothing, Optional checkTimeUtc As String = Nothing) As ExpressRouteLinkFailoverTestBgpStatus
Parameters
The address family type.
The link type.
The BGP status.
- checkTimeUtc
- String
The check time in UTC.
Returns
A new ExpressRouteLinkFailoverTestBgpStatus instance for mocking.