Name Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. Name
- com.
- com.
public final class Name
extends ExpandableStringEnum<Name>
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final Name |
ACCESS_TIME_TRACKING
Static value Access |
Constructor Summary
Constructor | Description |
---|---|
Name() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Name value. |
Method Summary
Modifier and Type | Method and Description |
---|---|
static Name |
fromString(String name)
Creates or finds a Name from its string representation. |
static Collection<Name> |
values()
Gets known Name values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACCESS_TIME_TRACKING
public static final Name ACCESS_TIME_TRACKING
Static value AccessTimeTracking for Name.
Constructor Details
Name
@Deprecated
public Name()
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Name value.
Method Details
fromString
public static Name fromString(String name)
Creates or finds a Name from its string representation.
Parameters:
name
- a name to look for.
Returns:
the corresponding Name.
values
public static Collection
Gets known Name values.
Returns:
known Name values.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java