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

Network Class

Definition

Network model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NetworkTypeConverter))]
public class Network : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.INetwork, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NetworkTypeConverter))>]
type Network = class
    interface INetwork
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class Network
Implements INetwork, IValidates
Inheritance
Network
Attributes
Implements

Constructors

Network()

Creates an new Network instance.

Properties

FabricType

The Fabric Type.

FriendlyName

The Friendly Name.

Id

Resource Id

Location

Resource Location

Name

Resource Name

NetworkType

The Network Type.

Subnet

The List of subnets.

Type

Resource Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Network.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Network.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.INetwork.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Network into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to