共用方式為


ArmDevTestLabsModelFactory.DevTestLabExternalSubnet Method

Definition

Initializes a new instance of DevTestLabExternalSubnet.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet DevTestLabExternalSubnet (Azure.Core.ResourceIdentifier id = default, string name = default);
static member DevTestLabExternalSubnet : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet
Public Shared Function DevTestLabExternalSubnet (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing) As DevTestLabExternalSubnet

Parameters

id
ResourceIdentifier

Gets or sets the identifier.

name
String

Gets or sets the name.

Returns

A new DevTestLabExternalSubnet instance for mocking.

Applies to