LogicalNetwork 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.
Logical network data model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.LogicalNetworkTypeConverter))]
public class LogicalNetwork : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ILogicalNetwork, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.LogicalNetworkTypeConverter))>]
type LogicalNetwork = class
interface ILogicalNetwork
interface IJsonSerializable
interface IResource
interface IValidates
Public Class LogicalNetwork
Implements ILogicalNetwork, IValidates
- Inheritance
-
LogicalNetwork
- Attributes
- Implements
Constructors
LogicalNetwork() |
Creates an new LogicalNetwork instance. |
Properties
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
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.Api202301.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. |