Class RemoteDebuggingInner
java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.RemoteDebuggingInner
Remote debugging config.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenabled()Get the enabled property: Indicate if remote debugging is enabled.port()Get the port property: Application debugging port.voidvalidate()Validates the instance.withEnabled(Boolean enabled) Set the enabled property: Indicate if remote debugging is enabled.Set the port property: Application debugging port.
-
Constructor Details
-
RemoteDebuggingInner
public RemoteDebuggingInner()Creates an instance of RemoteDebuggingInner 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 RemoteDebuggingInner object itself.
-
enabled
Get the enabled property: Indicate if remote debugging is enabled.- Returns:
- the enabled value.
-
withEnabled
Set the enabled property: Indicate if remote debugging is enabled.- Parameters:
enabled- the enabled value to set.- Returns:
- the RemoteDebuggingInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-