DevOpsNetworkProfile Class
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 class DevOpsNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile>
type DevOpsNetworkProfile = class
interface IJsonModel<DevOpsNetworkProfile>
interface IPersistableModel<DevOpsNetworkProfile>
Public Class DevOpsNetworkProfile
Implements IJsonModel(Of DevOpsNetworkProfile), IPersistableModel(Of DevOpsNetworkProfile)
- Inheritance
-
DevOpsNetworkProfile
- Implements
Constructors
| Name | Description |
|---|---|
| DevOpsNetworkProfile() |
Initializes a new instance of DevOpsNetworkProfile. |
Properties
| Name | Description |
|---|---|
| IPAddresses |
Read only. The list of static public IP addresses for outgoing connections assigned to the pool. |
| StaticIPAddressCount |
The number of static public IP addresses for outgoing connections assigned to the pool. |
| SubnetId |
The subnet id on which to put all machines created in the pool. |