SwiftVirtualNetwork Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class SwiftVirtualNetwork : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SwiftVirtualNetwork = class
    inherit ProxyOnlyResource
Public Class SwiftVirtualNetwork
Inherits ProxyOnlyResource
Inheritance
SwiftVirtualNetwork
Attributes

Constructors

SwiftVirtualNetwork()

Initializes a new instance of the SwiftVirtualNetwork class.

SwiftVirtualNetwork(String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the SwiftVirtualNetwork class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
SubnetResourceId

Gets or sets 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

Gets or sets a flag that specifies if the scale unit this Web App is on supports Swift integration.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to