Class ServiceEndpointPropertiesFormat
java.lang.Object
com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat
The service endpoint properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of locations.Get the provisioning state of the service endpoint resource.service()
Get the type of the endpoint service.withLocations
(List<String> locations) Set a list of locations.withService
(String service) Set the type of the endpoint service.
-
Constructor Details
-
ServiceEndpointPropertiesFormat
public ServiceEndpointPropertiesFormat()
-
-
Method Details
-
service
Get the type of the endpoint service.- Returns:
- the service value
-
withService
Set the type of the endpoint service.- Parameters:
service
- the service value to set- Returns:
- the ServiceEndpointPropertiesFormat object itself.
-
locations
Get a list of locations.- Returns:
- the locations value
-
withLocations
Set a list of locations.- Parameters:
locations
- the locations value to set- Returns:
- the ServiceEndpointPropertiesFormat object itself.
-
provisioningState
Get the provisioning state of the service endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-