ArmLargeInstanceModelFactory.LargeInstanceNetworkProfile 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.
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET