ArmNetworkModelFactory.ExpressRouteLagPatch 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.
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.