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.
public class WorkloadNetworkDhcpServer : Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpEntity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpServer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpServer>
public class WorkloadNetworkDhcpServer : Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpEntity
type WorkloadNetworkDhcpServer = class
inherit WorkloadNetworkDhcpEntity
interface IJsonModel<WorkloadNetworkDhcpServer>
interface IPersistableModel<WorkloadNetworkDhcpServer>
type WorkloadNetworkDhcpServer = class
inherit WorkloadNetworkDhcpEntity
Public Class WorkloadNetworkDhcpServer
Inherits WorkloadNetworkDhcpEntity
Implements IJsonModel(Of WorkloadNetworkDhcpServer), IPersistableModel(Of WorkloadNetworkDhcpServer)
Public Class WorkloadNetworkDhcpServer
Inherits WorkloadNetworkDhcpEntity
- Inheritance
- Implements
Constructors
WorkloadNetworkDhcpServer() |
Initializes a new instance of WorkloadNetworkDhcpServer. |
Properties
DisplayName |
Display name of the DHCP entity. (Inherited from WorkloadNetworkDhcpEntity) |
LeaseTime |
DHCP Server Lease Time. |
ProvisioningState |
The provisioning state. (Inherited from WorkloadNetworkDhcpEntity) |
Revision |
NSX revision number. (Inherited from WorkloadNetworkDhcpEntity) |
Segments |
NSX Segments consuming DHCP. (Inherited from WorkloadNetworkDhcpEntity) |
ServerAddress |
DHCP Server Address. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from WorkloadNetworkDhcpEntity) |
Explicit Interface Implementations
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