WorkloadNetworkDhcpRelay 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 Relay.
public class WorkloadNetworkDhcpRelay : Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpEntity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpRelay>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpRelay>
public class WorkloadNetworkDhcpRelay : Azure.ResourceManager.Avs.Models.WorkloadNetworkDhcpEntity
type WorkloadNetworkDhcpRelay = class
inherit WorkloadNetworkDhcpEntity
interface IJsonModel<WorkloadNetworkDhcpRelay>
interface IPersistableModel<WorkloadNetworkDhcpRelay>
type WorkloadNetworkDhcpRelay = class
inherit WorkloadNetworkDhcpEntity
Public Class WorkloadNetworkDhcpRelay
Inherits WorkloadNetworkDhcpEntity
Implements IJsonModel(Of WorkloadNetworkDhcpRelay), IPersistableModel(Of WorkloadNetworkDhcpRelay)
Public Class WorkloadNetworkDhcpRelay
Inherits WorkloadNetworkDhcpEntity
- Inheritance
- Implements
Constructors
WorkloadNetworkDhcpRelay() |
Initializes a new instance of WorkloadNetworkDhcpRelay. |
Properties
DisplayName |
Display name of the DHCP entity. (Inherited from WorkloadNetworkDhcpEntity) |
ProvisioningState |
The provisioning state. (Inherited from WorkloadNetworkDhcpEntity) |
Revision |
NSX revision number. (Inherited from WorkloadNetworkDhcpEntity) |
Segments |
NSX Segments consuming DHCP. (Inherited from WorkloadNetworkDhcpEntity) |
ServerAddresses |
DHCP Relay Addresses. Max 3. |
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