Class ServiceEndpointPropertiesFormat


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

      • ServiceEndpointPropertiesFormat

        public ServiceEndpointPropertiesFormat()
    • Method Detail

      • service

        public String service()
        Get the service value.
        Returns:
        the service value
      • withService

        public ServiceEndpointPropertiesFormat withService​(String service)
        Set the service value.
        Parameters:
        service - the service value to set
        Returns:
        the ServiceEndpointPropertiesFormat object itself.
      • locations

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

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

        public String provisioningState()
        Get the provisioningState value.
        Returns:
        the provisioningState value
      • withProvisioningState

        public ServiceEndpointPropertiesFormat withProvisioningState​(String provisioningState)
        Set the provisioningState value.
        Parameters:
        provisioningState - the provisioningState value to set
        Returns:
        the ServiceEndpointPropertiesFormat object itself.