WorkloadNetworkDhcpServer 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.
NSX DHCP Server
[Newtonsoft.Json.JsonObject("SERVER")]
public class WorkloadNetworkDhcpServer : Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity
[<Newtonsoft.Json.JsonObject("SERVER")>]
type WorkloadNetworkDhcpServer = class
inherit WorkloadNetworkDhcpEntity
Public Class WorkloadNetworkDhcpServer
Inherits WorkloadNetworkDhcpEntity
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
WorkloadNetworkDhcpServer() |
Initializes a new instance of the WorkloadNetworkDhcpServer class. |
WorkloadNetworkDhcpServer(String, IList<String>, String, Nullable<Int64>, String, Nullable<Int64>) |
Initializes a new instance of the WorkloadNetworkDhcpServer class. |
Properties
DisplayName |
Gets or sets display name of the DHCP entity. (Inherited from WorkloadNetworkDhcpEntity) |
LeaseTime |
Gets or sets DHCP Server Lease Time. |
ProvisioningState |
Gets the provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating' (Inherited from WorkloadNetworkDhcpEntity) |
Revision |
Gets or sets NSX revision number. (Inherited from WorkloadNetworkDhcpEntity) |
Segments |
Gets NSX Segments consuming DHCP. (Inherited from WorkloadNetworkDhcpEntity) |
ServerAddress |
Gets or sets DHCP Server Address. |
Applies to
Azure SDK for .NET