Freigeben über


ArmLargeInstanceModelFactory.LargeInstanceNetworkProfile Method

Definition

Initializes a new instance of LargeInstanceNetworkProfile.

public static Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile LargeInstanceNetworkProfile (System.Collections.Generic.IEnumerable<Azure.ResourceManager.LargeInstance.Models.LargeInstanceIPAddress> networkInterfaces = default, string circuitId = default);
static member LargeInstanceNetworkProfile : seq<Azure.ResourceManager.LargeInstance.Models.LargeInstanceIPAddress> * string -> Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile
Public Shared Function LargeInstanceNetworkProfile (Optional networkInterfaces As IEnumerable(Of LargeInstanceIPAddress) = Nothing, Optional circuitId As String = Nothing) As LargeInstanceNetworkProfile

Parameters

networkInterfaces
IEnumerable<LargeInstanceIPAddress>

Specifies the network interfaces for the Azure Large Instance.

circuitId
String

Specifies the circuit id for connecting to express route.

Returns

A new LargeInstanceNetworkProfile instance for mocking.

Applies to