RemoteDebuggingInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.RemoteDebuggingInner

public final class RemoteDebuggingInner

Remote debugging config.

Constructor Summary

Constructor Description
RemoteDebuggingInner()

Creates an instance of RemoteDebuggingInner class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Indicate if remote debugging is enabled.

Integer port()

Get the port property: Application debugging port.

void validate()

Validates the instance.

RemoteDebuggingInner withEnabled(Boolean enabled)

Set the enabled property: Indicate if remote debugging is enabled.

RemoteDebuggingInner 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:

the enabled value.

port

public Integer port()

Get the port property: Application debugging port.

Returns:

the port value.

validate

public void validate()

Validates the instance.

withEnabled

public RemoteDebuggingInner withEnabled(Boolean enabled)

Set the enabled property: Indicate if remote debugging is enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the RemoteDebuggingInner object itself.

withPort

public RemoteDebuggingInner withPort(Integer port)

Set the port property: Application debugging port.

Parameters:

port - the port value to set.

Returns:

the RemoteDebuggingInner object itself.

Applies to