ArmServiceNetworkingModelFactory.TrafficControllerAssociationPatch 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.
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.