SwiftVirtualNetwork 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.
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
- 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
Azure SDK for .NET