Class ServiceEndpointPropertiesFormat

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

public class ServiceEndpointPropertiesFormat extends Object
The service endpoint properties.
  • Constructor Details

    • ServiceEndpointPropertiesFormat

      public ServiceEndpointPropertiesFormat()
  • Method Details

    • service

      public String service()
      Get the type of the endpoint service.
      Returns:
      the service value
    • 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.
    • locations

      public List<String> locations()
      Get a list of locations.
      Returns:
      the locations value
    • withLocations

      public ServiceEndpointPropertiesFormat withLocations(List<String> locations)
      Set a list of locations.
      Parameters:
      locations - the locations value to set
      Returns:
      the ServiceEndpointPropertiesFormat object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the service endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value