RemoteDebuggingInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. RemoteDebuggingInner
- com.
Implements
public final class RemoteDebuggingInner
implements JsonSerializable<RemoteDebuggingInner>
Remote debugging config.
Constructor Summary
Constructor | Description |
---|---|
RemoteDebuggingInner() |
Creates an instance of Remote |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Indicate if remote debugging is enabled. |
static
Remote |
fromJson(JsonReader jsonReader)
Reads an instance of Remote |
Integer |
port()
Get the port property: Application debugging port. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Remote |
withEnabled(Boolean enabled)
Set the enabled property: Indicate if remote debugging is enabled. |
Remote |
withPort(Integer port)
Set the port property: Application debugging port. |
Methods inherited from java.lang.Object
Constructor Details
RemoteDebuggingInner
public RemoteDebuggingInner()
Creates an instance of RemoteDebuggingInner class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicate if remote debugging is enabled.
Returns:
fromJson
public static RemoteDebuggingInner fromJson(JsonReader jsonReader)
Reads an instance of RemoteDebuggingInner from the JsonReader.
Parameters:
Returns:
Throws:
port
public Integer port()
Get the port property: Application debugging port.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public RemoteDebuggingInner withEnabled(Boolean enabled)
Set the enabled property: Indicate if remote debugging is enabled.
Parameters:
Returns:
withPort
public RemoteDebuggingInner withPort(Integer port)
Set the port property: Application debugging port.
Parameters:
Returns:
Applies to
Azure SDK for Java