Network 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.
Network model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.NetworkTypeConverter))]
public class Network : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.INetwork, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.NetworkTypeConverter))>]
type Network = class
interface INetwork
interface IJsonSerializable
interface IResource
interface IValidates
Public Class Network
Implements INetwork, IValidates
- Inheritance
-
Network
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Network() |
Creates an new Network instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Network. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.INetwork. |
| FromJsonString(String) |
Creates a new instance of Network, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |