public class SwiftVirtualNetworkInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SwiftVirtualNetworkInner() |
| 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.
|
SwiftVirtualNetworkInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
SwiftVirtualNetworkInner |
withSubnetResourceId(String subnetResourceId)
Set the subnetResourceId property: The Virtual Network subnet's resource ID.
|
SwiftVirtualNetworkInner |
withSwiftSupported(Boolean swiftSupported)
Set the swiftSupported property: A flag that specifies if the scale unit this Web App is on supports Swift
integration.
|
kindpublic String subnetResourceId()
public SwiftVirtualNetworkInner withSubnetResourceId(String subnetResourceId)
subnetResourceId - the subnetResourceId value to set.public Boolean swiftSupported()
public SwiftVirtualNetworkInner withSwiftSupported(Boolean swiftSupported)
swiftSupported - the swiftSupported value to set.public SwiftVirtualNetworkInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.