LogicalNetwork Class

Definition

Logical network data model.

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

Constructors

Name Description
LogicalNetwork()

Creates an new LogicalNetwork instance.

Properties

Name Description
DefinitionsStatus

A value indicating whether logical network definitions are isolated.

FriendlyName

The Friendly Name.

Id

Resource Id

Location

Resource Location

Name

Resource Name

NetworkVirtualizationStatus

A value indicating whether Network Virtualization is enabled for the logical network.

Type

Resource Type

Usage

A value indicating whether logical network is used as private test network by test failover.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogicalNetwork.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogicalNetwork.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ILogicalNetwork.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogicalNetwork into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to