MatchedBlockName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storageactions. models. MatchedBlockName
- com.
- com.
public final class MatchedBlockName
extends ExpandableStringEnum<MatchedBlockName>
Represents the condition block name that matched blob properties.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Matched |
ELSE
Static value Else for Matched |
|
static final
Matched |
IF
Static value If for Matched |
|
static final
Matched |
NONE
Static value None for Matched |
Constructor Summary
| Constructor | Description |
|---|---|
| MatchedBlockName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Matched |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Matched |
fromString(String name)
Creates or finds a Matched |
|
static
Collection<Matched |
values()
Gets known Matched |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ELSE
public static final MatchedBlockName ELSE
Static value Else for MatchedBlockName.
IF
public static final MatchedBlockName IF
Static value If for MatchedBlockName.
NONE
public static final MatchedBlockName NONE
Static value None for MatchedBlockName.
Constructor Details
MatchedBlockName
@Deprecated
public MatchedBlockName()
Deprecated
Creates a new instance of MatchedBlockName value.
Method Details
fromString
public static MatchedBlockName fromString(String name)
Creates or finds a MatchedBlockName from its string representation.
Parameters:
Returns:
values
public static Collection<MatchedBlockName> values()
Gets known MatchedBlockName values.
Returns: