Class ServiceEndpointType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
com.azure.resourcemanager.network.models.ServiceEndpointType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ServiceEndpointType extends com.azure.core.util.ExpandableStringEnum<ServiceEndpointType>
Defines values for ServiceEndpointType.
  • Field Details

    • MICROSOFT_STORAGE

      public static final ServiceEndpointType MICROSOFT_STORAGE
      Static value Microsoft.Storage for ServiceEndpointType.
    • MICROSOFT_SQL

      public static final ServiceEndpointType MICROSOFT_SQL
      Static value Microsoft.Sql for ServiceEndpointType.
    • MICROSOFT_AZURECOSMOSDB

      public static final ServiceEndpointType MICROSOFT_AZURECOSMOSDB
      Static value Microsoft.AzureCosmosDB for ServiceEndpointType.
    • MICROSOFT_WEB

      public static final ServiceEndpointType MICROSOFT_WEB
      Static value Microsoft.Web for ServiceEndpointType.
  • Constructor Details

    • ServiceEndpointType

      @Deprecated public ServiceEndpointType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ServiceEndpointType value.
  • Method Details

    • fromString

      public static ServiceEndpointType fromString(String name)
      Creates or finds a ServiceEndpointType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding ServiceEndpointType
    • values

      public static Collection<ServiceEndpointType> values()
      Gets known ServiceEndpointType values.
      Returns:
      known ServiceEndpointType values