VirtualNetworkProfile 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.
Specification for using a Virtual Network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter))]
public class VirtualNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VirtualNetworkProfileTypeConverter))>]
type VirtualNetworkProfile = class
interface IVirtualNetworkProfile
interface IJsonSerializable
Public Class VirtualNetworkProfile
Implements IVirtualNetworkProfile
- Inheritance
-
VirtualNetworkProfile
- Attributes
- Implements
Constructors
VirtualNetworkProfile() |
Creates an new VirtualNetworkProfile instance. |
Properties
Id |
Resource id of the Virtual Network. |
Name |
Name of the Virtual Network (read-only). |
Subnet |
Subnet within the Virtual Network. |
Type |
Resource type of the Virtual Network (read-only). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVirtualNetworkProfile. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |