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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SwiftVirtualNetworkTypeConverter))]
public class SwiftVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISwiftVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |