ServiceEndpointPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ServiceEndpointPropertiesFormat

public final class ServiceEndpointPropertiesFormat

The service endpoint properties.

Constructor Summary

Constructor Description
ServiceEndpointPropertiesFormat()

Creates an instance of ServiceEndpointPropertiesFormat class.

Method Summary

Modifier and Type Method and Description
List<String> locations()

Get the locations property: A list of locations.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the service endpoint resource.

String service()

Get the service property: The type of the endpoint service.

void validate()

Validates the instance.

ServiceEndpointPropertiesFormat withLocations(List<String> locations)

Set the locations property: A list of locations.

ServiceEndpointPropertiesFormat withService(String service)

Set the service property: The type of the endpoint service.

Methods inherited from java.lang.Object

Constructor Details

ServiceEndpointPropertiesFormat

public ServiceEndpointPropertiesFormat()

Creates an instance of ServiceEndpointPropertiesFormat class.

Method Details

locations

public List locations()

Get the locations property: A list of locations.

Returns:

the locations value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the service endpoint resource.

Returns:

the provisioningState value.

service

public String service()

Get the service property: The type of the endpoint service.

Returns:

the service value.

validate

public void validate()

Validates the instance.

withLocations

public ServiceEndpointPropertiesFormat withLocations(List locations)

Set the locations property: A list of locations.

Parameters:

locations - the locations value to set.

Returns:

the ServiceEndpointPropertiesFormat object itself.

withService

public ServiceEndpointPropertiesFormat withService(String service)

Set the service property: The type of the endpoint service.

Parameters:

service - the service value to set.

Returns:

the ServiceEndpointPropertiesFormat object itself.

Applies to