ServiceAssociationLink 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
| Name | Description |
|---|---|
| ServiceAssociationLink() |
Initializes a new instance of the ServiceAssociationLink class. |
| ServiceAssociationLink(Boolean) |
Initializes a new instance of the ServiceAssociationLink class. |
ServiceAssociationLink()
- Source:
- ServiceAssociationLink.cs
Initializes a new instance of the ServiceAssociationLink class.
public ServiceAssociationLink();
Public Sub New ()
Applies to
ServiceAssociationLink(Boolean)
Initializes a new instance of the ServiceAssociationLink class.
protected ServiceAssociationLink(bool _);
new Azure.ResourceManager.Network.Models.ServiceAssociationLink : bool -> Azure.ResourceManager.Network.Models.ServiceAssociationLink
Protected Sub New (_ As Boolean)
Parameters
- _
- Boolean