Język

ArmNetworkModelFactory.ExpressRouteLagPatch Method

Definition

ExpressRouteLag Update Tags or Identity Request.

public static Azure.ResourceManager.Network.Models.ExpressRouteLagPatch ExpressRouteLagPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member ExpressRouteLagPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Network.Models.ExpressRouteLagPatch
Public Shared Function ExpressRouteLagPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As ExpressRouteLagPatch

Parameters

identity
ManagedServiceIdentity

The identity of ExpressRouteLag, if configured.

tags
IDictionary<String,String>

Resource tags.

Returns

A new ExpressRouteLagPatch instance for mocking.

Applies to