Sdílet prostřednictvím


TableSasProtocol Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.data.tables.sas.TableSasProtocol

public enum TableSasProtocol
extends Enum<TableSasProtocol>

Specifies the set of possible permissions for Shared Access Signature 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 inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

parse(String str)

public static TableSasProtocol parse(String str)

Parses a String into a TableSasProtocol value if possible.

Parameters

str
String
The value to try to parse.

Returns

A SasProtocol value that represents the string if possible.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static TableSasProtocol valueOf(String name)

Parameters

name
String

Returns

values()

public static TableSasProtocol[] values()

Returns

Applies to