VirtualNetworksList 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.
List of VirtualNetworks.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworksListTypeConverter))]
public class VirtualNetworksList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworksList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworksListTypeConverter))>]
type VirtualNetworksList = class
interface IVirtualNetworksList
interface IJsonSerializable
Public Class VirtualNetworksList
Implements IVirtualNetworksList
- Inheritance
-
VirtualNetworksList
- Attributes
- Implements
Constructors
VirtualNetworksList() |
Creates an new VirtualNetworksList instance. |
Properties
NextLink |
Url to follow for getting next page of VirtualNetworks. |
Value |
Array of VirtualNetworks |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworksList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworksList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworksList. |
FromJsonString(String) |
Creates a new instance of VirtualNetworksList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworksList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |