ArmDevOpsInfrastructureModelFactory.DevOpsNetworkProfile 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.
The network profile of the machines in the pool.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile DevOpsNetworkProfile(string subnetId = default, int? staticIPAddressCount = default, System.Collections.Generic.IEnumerable<string> ipAddresses = default);
static member DevOpsNetworkProfile : string * Nullable<int> * seq<string> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile
Public Shared Function DevOpsNetworkProfile (Optional subnetId As String = Nothing, Optional staticIPAddressCount As Nullable(Of Integer) = Nothing, Optional ipAddresses As IEnumerable(Of String) = Nothing) As DevOpsNetworkProfile
Parameters
- subnetId
- String
The subnet id on which to put all machines created in the pool.
The number of static public IP addresses for outgoing connections assigned to the pool.
- ipAddresses
- IEnumerable<String>
Read only. The list of static public IP addresses for outgoing connections assigned to the pool.
Returns
A new DevOpsNetworkProfile instance for mocking.