ArmServiceNetworkingModelFactory.TrafficControllerAssociationPatch Method

Definition

public static Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationPatch TrafficControllerAssociationPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationType? associationType = default, Azure.Core.ResourceIdentifier subnetId = default);
static member TrafficControllerAssociationPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationPatch
Public Shared Function TrafficControllerAssociationPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional associationType As Nullable(Of TrafficControllerAssociationType) = Nothing, Optional subnetId As ResourceIdentifier = Nothing) As TrafficControllerAssociationPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

associationType
Nullable<TrafficControllerAssociationType>

Association Type.

subnetId
ResourceIdentifier

Association ID.

Returns

A new TrafficControllerAssociationPatch instance for mocking.

Applies to