SwiftVirtualNetworkInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. SwiftVirtualNetworkInner
- com.
- com.
- com.
public final class SwiftVirtualNetworkInner
extends ProxyOnlyResource
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
Constructor Summary
Constructor | Description |
---|---|
SwiftVirtualNetworkInner() |
Creates an instance of Swift |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Swift |
fromJson(JsonReader jsonReader)
Reads an instance of Swift |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
subnetResourceId()
Get the subnet |
Boolean |
swiftSupported()
Get the swift |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Swift |
withKind(String kind)
Set the kind property: Kind of resource. |
Swift |
withSubnetResourceId(String subnetResourceId)
Set the subnet |
Swift |
withSwiftSupported(Boolean swiftSupported)
Set the swift |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
SwiftVirtualNetworkInner
public SwiftVirtualNetworkInner()
Creates an instance of SwiftVirtualNetworkInner class.
Method Details
fromJson
public static SwiftVirtualNetworkInner fromJson(JsonReader jsonReader)
Reads an instance of SwiftVirtualNetworkInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SwiftVirtualNetworkInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SwiftVirtualNetworkInner.name()Returns:
subnetResourceId
public String subnetResourceId()
Get the subnetResourceId property: 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.
Returns:
swiftSupported
public Boolean swiftSupported()
Get the swiftSupported property: A flag that specifies if the scale unit this Web App is on supports Swift integration.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SwiftVirtualNetworkInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SwiftVirtualNetworkInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SwiftVirtualNetworkInner.validate()withKind
public SwiftVirtualNetworkInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
SwiftVirtualNetworkInner.withKind(String kind)Parameters:
withSubnetResourceId
public SwiftVirtualNetworkInner withSubnetResourceId(String subnetResourceId)
Set the subnetResourceId property: 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.
Parameters:
Returns:
withSwiftSupported
public SwiftVirtualNetworkInner withSwiftSupported(Boolean swiftSupported)
Set the swiftSupported property: A flag that specifies if the scale unit this Web App is on supports Swift integration.
Parameters:
Returns:
Applies to
Azure SDK for Java