NetworkStatusContract Constructors
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.
Overloads
NetworkStatusContract() |
Initializes a new instance of the NetworkStatusContract class. |
NetworkStatusContract(IList<String>, IList<ConnectivityStatusContract>) |
Initializes a new instance of the NetworkStatusContract class. |
NetworkStatusContract()
Initializes a new instance of the NetworkStatusContract class.
public NetworkStatusContract ();
Public Sub New ()
Applies to
NetworkStatusContract(IList<String>, IList<ConnectivityStatusContract>)
Initializes a new instance of the NetworkStatusContract class.
public NetworkStatusContract (System.Collections.Generic.IList<string> dnsServers, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ConnectivityStatusContract> connectivityStatus);
new Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ConnectivityStatusContract> -> Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract
Public Sub New (dnsServers As IList(Of String), connectivityStatus As IList(Of ConnectivityStatusContract))
Parameters
- connectivityStatus
- IList<ConnectivityStatusContract>
Gets the list of Connectivity Status to the Resources on which the service depends upon.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET