你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkloadNetworkGateway Class

Definition

NSX Gateway.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkGatewayTypeConverter))]
public class WorkloadNetworkGateway : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkGatewayTypeConverter))>]
type WorkloadNetworkGateway = class
    interface IWorkloadNetworkGateway
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class WorkloadNetworkGateway
Implements IValidates, IWorkloadNetworkGateway
Inheritance
WorkloadNetworkGateway
Attributes
Implements

Constructors

WorkloadNetworkGateway()

Creates an new WorkloadNetworkGateway instance.

Properties

DisplayName

Display name of the DHCP entity.

Id

Resource ID.

Name

Resource name.

Path

NSX Gateway Path.

ResourceGroupName

Gets the resource group name

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkGateway.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkGateway.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkGateway.

FromJsonString(String)

Creates a new instance of WorkloadNetworkGateway, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkGateway into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to