你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VNetSolution Class

Definition

The VNet solution for linker

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.VNetSolutionTypeConverter))]
public class VNetSolution : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IVNetSolution
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.VNetSolutionTypeConverter))>]
type VNetSolution = class
    interface IVNetSolution
    interface IJsonSerializable
Public Class VNetSolution
Implements IVNetSolution
Inheritance
VNetSolution
Attributes
Implements

Constructors

VNetSolution()

Creates an new VNetSolution instance.

Properties

DeleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

Type

Type of VNet solution.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VNetSolution.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VNetSolution.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IVNetSolution.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VNetSolution into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to