ArmNetworkModelFactory.TopologyAssociation Method
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.
Initializes a new instance of TopologyAssociation.
public static Azure.ResourceManager.Network.Models.TopologyAssociation TopologyAssociation(string name = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.Network.Models.AssociationType? associationType = default);
static member TopologyAssociation : string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.AssociationType> -> Azure.ResourceManager.Network.Models.TopologyAssociation
Public Shared Function TopologyAssociation (Optional name As String = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional associationType As Nullable(Of AssociationType) = Nothing) As TopologyAssociation
Parameters
- name
- String
The name of the resource that is associated with the parent resource.
- resourceId
- ResourceIdentifier
The ID of the resource that is associated with the parent resource.
- associationType
- Nullable<AssociationType>
The association type of the child resource to the parent resource.
Returns
A new TopologyAssociation instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET