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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET