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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET