SecurityContactName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. SecurityContactName
- com.
- com.
public final class SecurityContactName
extends ExpandableStringEnum<SecurityContactName>
Defines values for SecurityContactName.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Security |
DEFAULT
The single applicable name of the security contact object. |
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityContactName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromString(String name)
Creates or finds a Security |
|
static
Collection<Security |
values()
Gets known Security |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final SecurityContactName DEFAULT
The single applicable name of the security contact object.
Constructor Details
SecurityContactName
@Deprecated
public SecurityContactName()
Deprecated
Creates a new instance of SecurityContactName value.
Method Details
fromString
public static SecurityContactName fromString(String name)
Creates or finds a SecurityContactName from its string representation.
Parameters:
Returns:
values
public static Collection<SecurityContactName> values()
Gets known SecurityContactName values.
Returns: