public final class SwiftVirtualNetworkProperties extends Object
| Constructor and Description |
|---|
SwiftVirtualNetworkProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
subnetResourceId()
Get the subnetResourceId property: The Virtual Network subnet's resource ID.
|
Boolean |
swiftSupported()
Get the swiftSupported property: A flag that specifies if the scale unit this Web App is on supports Swift
integration.
|
void |
validate()
Validates the instance.
|
SwiftVirtualNetworkProperties |
withSubnetResourceId(String subnetResourceId)
Set the subnetResourceId property: The Virtual Network subnet's resource ID.
|
SwiftVirtualNetworkProperties |
withSwiftSupported(Boolean swiftSupported)
Set the swiftSupported property: A flag that specifies if the scale unit this Web App is on supports Swift
integration.
|
public String subnetResourceId()
public SwiftVirtualNetworkProperties withSubnetResourceId(String subnetResourceId)
subnetResourceId - the subnetResourceId value to set.public Boolean swiftSupported()
public SwiftVirtualNetworkProperties withSwiftSupported(Boolean swiftSupported)
swiftSupported - the swiftSupported value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.