NetworkStatusContractByLocation 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
NetworkStatusContractByLocation() |
Initializes a new instance of the NetworkStatusContractByLocation class. |
NetworkStatusContractByLocation(String, NetworkStatusContract) |
Initializes a new instance of the NetworkStatusContractByLocation class. |
NetworkStatusContractByLocation()
Initializes a new instance of the NetworkStatusContractByLocation class.
public NetworkStatusContractByLocation ();
Public Sub New ()
Applies to
NetworkStatusContractByLocation(String, NetworkStatusContract)
Initializes a new instance of the NetworkStatusContractByLocation class.
public NetworkStatusContractByLocation (string location = default, Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract networkStatus = default);
new Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation : string * Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContract -> Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation
Public Sub New (Optional location As String = Nothing, Optional networkStatus As NetworkStatusContract = Nothing)
Parameters
- location
- String
Location of service
- networkStatus
- NetworkStatusContract
Network status in Location
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.