Share via


SwiftVirtualNetwork Class

Definition

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SwiftVirtualNetworkTypeConverter))]
public class SwiftVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISwiftVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SwiftVirtualNetworkTypeConverter))>]
type SwiftVirtualNetwork = class
    interface ISwiftVirtualNetwork
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class SwiftVirtualNetwork
Implements ISwiftVirtualNetwork, IValidates
Inheritance
SwiftVirtualNetwork
Attributes
Implements

Constructors

SwiftVirtualNetwork()

Creates an new SwiftVirtualNetwork instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

SubnetResourceId

The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.

SwiftSupported

A flag that specifies if the scale unit this Web App is on supports Swift integration.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SwiftVirtualNetwork.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SwiftVirtualNetwork.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISwiftVirtualNetwork.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SwiftVirtualNetwork into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to