SharedAccessProtocols Enum

  • java.lang.Object
    • java.lang.Enum<SharedAccessProtocols>
      • com.microsoft.azure.storage.SharedAccessProtocols

public enum SharedAccessProtocols

Specifies the set of possible permissions for a shared access protocol.

Fields

HTTPS_HTTP

Permission to use SAS only through https or http granted.

HTTPS_ONLY

Permission to use SAS only through https granted.

Methods

toString()

public String toString()

Returns

String

Applies to