Class SignedResource
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SignedResource>
com.microsoft.azure.management.storage.SignedResource
Defines values for SignedResource.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SignedResource
Static value b for SignedResource.static final SignedResource
Static value c for SignedResource.static final SignedResource
Static value f for SignedResource.static final SignedResource
Static value s for SignedResource. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SignedResource
fromString
(String name) Creates or finds a SignedResource from its string representation.static Collection<SignedResource>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
- Returns:
- known SignedResource values
-