Class RemoteDebuggingPayload
java.lang.Object
com.azure.resourcemanager.appplatform.models.RemoteDebuggingPayload
Remote debugging payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RemoteDebuggingPayload class. -
Method Summary
-
Constructor Details
-
RemoteDebuggingPayload
public RemoteDebuggingPayload()Creates an instance of RemoteDebuggingPayload class.
-
-
Method Details
-
port
Get the port property: Application debugging port.- Returns:
- the port value.
-
withPort
Set the port property: Application debugging port.- Parameters:
port- the port value to set.- Returns:
- the RemoteDebuggingPayload object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-