ArmDevOpsInfrastructureModelFactory.DevOpsNetworkProfile Method

Definition

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.

staticIPAddressCount
Nullable<Int32>

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.

Applies to