NetworkWatcherInner 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
NetworkWatcherInner() |
Initializes a new instance of the NetworkWatcherInner class. |
NetworkWatcherInner(String, String, String, String, IDictionary<String,String>, String, ProvisioningState) |
Initializes a new instance of the NetworkWatcherInner class. |
NetworkWatcherInner()
Initializes a new instance of the NetworkWatcherInner class.
public NetworkWatcherInner ();
Public Sub New ()
Applies to
NetworkWatcherInner(String, String, String, String, IDictionary<String,String>, String, ProvisioningState)
Initializes a new instance of the NetworkWatcherInner class.
public NetworkWatcherInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkWatcherInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkWatcherInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional provisioningState As ProvisioningState = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- provisioningState
- ProvisioningState
The provisioning state of the network watcher resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'