TopologyResource 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
TopologyResource() |
Initializes a new instance of the TopologyResource class. |
TopologyResource(String, String, String, IList<TopologyAssociation>) |
Initializes a new instance of the TopologyResource class. |
TopologyResource()
Initializes a new instance of the TopologyResource class.
public TopologyResource ();
Public Sub New ()
Applies to
TopologyResource(String, String, String, IList<TopologyAssociation>)
Initializes a new instance of the TopologyResource class.
public TopologyResource (string name = default, string id = default, string location = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TopologyAssociation> associations = default);
new Microsoft.Azure.Management.Network.Models.TopologyResource : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TopologyAssociation> -> Microsoft.Azure.Management.Network.Models.TopologyResource
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional location As String = Nothing, Optional associations As IList(Of TopologyAssociation) = Nothing)
Parameters
- name
- String
Name of the resource.
- id
- String
ID of the resource.
- location
- String
Resource location.
- associations
- IList<TopologyAssociation>
Holds the associations the resource has with other resources in the resource group.
Applies to
Azure SDK for .NET