ServiceEndpointPropertiesFormat Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat

public class ServiceEndpointPropertiesFormat

The service endpoint properties.

Constructor Summary

Constructor Description
ServiceEndpointPropertiesFormat()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> locations()

Get a list of locations.

ProvisioningState provisioningState()

Get the provisioning state of the service endpoint resource.

java.lang.String service()

Get the type of the endpoint service.

ServiceEndpointPropertiesFormat withLocations(List<String> locations)

Set a list of locations.

ServiceEndpointPropertiesFormat withService(String service)

Set the type of the endpoint service.

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

ServiceEndpointPropertiesFormat

public ServiceEndpointPropertiesFormat()

Method Details

locations

public List locations()

Get a list of locations.

Returns:

the locations value

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the service endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

service

public String service()

Get the type of the endpoint service.

Returns:

the service value

withLocations

public ServiceEndpointPropertiesFormat withLocations(List locations)

Set a list of locations.

Parameters:

locations - the locations value to set

Returns:

the ServiceEndpointPropertiesFormat object itself.

withService

public ServiceEndpointPropertiesFormat withService(String service)

Set the type of the endpoint service.

Parameters:

service - the service value to set

Returns:

the ServiceEndpointPropertiesFormat object itself.

Applies to