ScopeConnection 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
ScopeConnection() |
Initializes a new instance of the ScopeConnection class. |
ScopeConnection(String, String, String, String, String, String, String, String, SystemData) |
Initializes a new instance of the ScopeConnection class. |
ScopeConnection()
Initializes a new instance of the ScopeConnection class.
public ScopeConnection ();
Public Sub New ()
Applies to
ScopeConnection(String, String, String, String, String, String, String, String, SystemData)
Initializes a new instance of the ScopeConnection class.
public ScopeConnection (string id = default, string name = default, string type = default, string etag = default, string tenantId = default, string resourceId = default, string connectionState = default, string description = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.ScopeConnection : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.ScopeConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional tenantId As String = Nothing, Optional resourceId As String = Nothing, Optional connectionState As String = Nothing, Optional description As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- tenantId
- String
Tenant ID.
- resourceId
- String
Resource ID.
- connectionState
- String
Connection State. Possible values include: 'Connected', 'Pending', 'Conflict', 'Revoked', 'Rejected'
- description
- String
A description of the scope connection.
- systemData
- SystemData
The system metadata related to this resource.
Applies to
Azure SDK for .NET