NetworkManager 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
NetworkManager() |
Initializes a new instance of the NetworkManager class. |
NetworkManager(NetworkManagerPropertiesNetworkManagerScopes, IList<String>, String, String, String, String, IDictionary<String,String>, String, String, String, SystemData) |
Initializes a new instance of the NetworkManager class. |
NetworkManager()
Initializes a new instance of the NetworkManager class.
public NetworkManager ();
Public Sub New ()
Applies to
NetworkManager(NetworkManagerPropertiesNetworkManagerScopes, IList<String>, String, String, String, String, IDictionary<String,String>, String, String, String, SystemData)
Initializes a new instance of the NetworkManager class.
public NetworkManager (Microsoft.Azure.Management.Network.Models.NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes, System.Collections.Generic.IList<string> networkManagerScopeAccesses, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string provisioningState = default, string etag = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.NetworkManager : Microsoft.Azure.Management.Network.Models.NetworkManagerPropertiesNetworkManagerScopes * System.Collections.Generic.IList<string> * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.NetworkManager
Public Sub New (networkManagerScopes As NetworkManagerPropertiesNetworkManagerScopes, networkManagerScopeAccesses As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- networkManagerScopes
- NetworkManagerPropertiesNetworkManagerScopes
Scope of Network Manager.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- description
- String
A description of the network manager.
- provisioningState
- String
The provisioning state of the network manager resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- systemData
- SystemData
The system metadata related to this resource.
Applies to
Azure SDK for .NET