WorkloadNetworkDhcp Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkloadNetworkDhcp() |
Initialise une nouvelle instance de la classe WorkloadNetworkDhcp. |
WorkloadNetworkDhcp(String, String, String, WorkloadNetworkDhcpEntity) |
Initialise une nouvelle instance de la classe WorkloadNetworkDhcp. |
WorkloadNetworkDhcp()
Initialise une nouvelle instance de la classe WorkloadNetworkDhcp.
public WorkloadNetworkDhcp ();
Public Sub New ()
S’applique à
WorkloadNetworkDhcp(String, String, String, WorkloadNetworkDhcpEntity)
Initialise une nouvelle instance de la classe WorkloadNetworkDhcp.
public WorkloadNetworkDhcp (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity properties = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp : string * string * string * Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As WorkloadNetworkDhcpEntity = Nothing)
Paramètres
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- properties
- WorkloadNetworkDhcpEntity
Propriétés DHCP.
S’applique à
Azure SDK for .NET