Share via


LBBackendAddressPoolResourceSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.LBBackendAddressPoolResourceSettings

public class LBBackendAddressPoolResourceSettings

Defines load balancer backend address pool properties.

Constructor Summary

Constructor Description
LBBackendAddressPoolResourceSettings()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get gets or sets the backend address pool name.

LBBackendAddressPoolResourceSettings withName(String name)

Set gets or sets the backend address pool name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LBBackendAddressPoolResourceSettings

public LBBackendAddressPoolResourceSettings()

Method Details

name

public String name()

Get gets or sets the backend address pool name.

Returns:

the name value

withName

public LBBackendAddressPoolResourceSettings withName(String name)

Set gets or sets the backend address pool name.

Parameters:

name - the name value to set

Returns:

the LBBackendAddressPoolResourceSettings object itself.

Applies to