VpnProfileResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. VpnProfileResponseInner
- com.
Implements
public final class VpnProfileResponseInner
implements JsonSerializable<VpnProfileResponseInner>
Vpn Profile Response for package generation.
Constructor Summary
Constructor | Description |
---|---|
VpnProfileResponseInner() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
String |
profileUrl()
Get the profile |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vpn |
withProfileUrl(String profileUrl)
Set the profile |
Methods inherited from java.lang.Object
Constructor Details
VpnProfileResponseInner
public VpnProfileResponseInner()
Creates an instance of VpnProfileResponseInner class.
Method Details
fromJson
public static VpnProfileResponseInner fromJson(JsonReader jsonReader)
Reads an instance of VpnProfileResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
profileUrl
public String profileUrl()
Get the profileUrl property: URL to the VPN profile.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProfileUrl
public VpnProfileResponseInner withProfileUrl(String profileUrl)
Set the profileUrl property: URL to the VPN profile.
Parameters:
Returns:
Applies to
Azure SDK for Java