NetworkManagerConnection Class
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.
The Network Manager Connection resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkManagerConnection : Microsoft.Azure.Management.Network.Models.ChildResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkManagerConnection = class
inherit ChildResource
Public Class NetworkManagerConnection
Inherits ChildResource
- Inheritance
- Attributes
Constructors
NetworkManagerConnection() |
Initializes a new instance of the NetworkManagerConnection class. |
NetworkManagerConnection(String, String, String, String, String, String, String, SystemData) |
Initializes a new instance of the NetworkManagerConnection class. |
Properties
ConnectionState |
Gets or sets connection state. Possible values include: 'Connected', 'Pending', 'Conflict', 'Revoked', 'Rejected' |
Description |
Gets or sets a description of the network manager connection. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. (Inherited from ChildResource) |
Id |
Gets resource ID. (Inherited from ChildResource) |
Name |
Gets resource name. (Inherited from ChildResource) |
NetworkManagerId |
Gets or sets network Manager Id. |
SystemData |
Gets the system metadata related to this resource. |
Type |
Gets resource type. (Inherited from ChildResource) |
Applies to
Azure SDK for .NET