Class SignedResource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SignedResource>
com.azure.resourcemanager.storage.models.SignedResource
The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f),
Share (s).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignedResourceStatic value b for SignedResource.static final SignedResourceStatic value c for SignedResource.static final SignedResourceStatic value f for SignedResource.static final SignedResourceStatic value s for SignedResource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignedResourcefromString(String name) Creates or finds a SignedResource from its string representation.static Collection<SignedResource>values()Gets known SignedResource values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
B
Static value b for SignedResource. -
C
Static value c for SignedResource. -
F
Static value f for SignedResource. -
S
Static value s for SignedResource.
-
-
Constructor Details
-
SignedResource
public SignedResource()
-
-
Method Details
-
fromString
Creates or finds a SignedResource from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SignedResource.
-
values
Gets known SignedResource values.- Returns:
- known SignedResource values.
-