RuleType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. RuleType
- com.
- com.
public final class RuleType
extends ExpandableStringEnum<RuleType>
Type of a managed network Outbound Rule of a machine learning workspace.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Rule |
FQDN
Static value FQDN for Rule |
|
static final
Rule |
PRIVATE_ENDPOINT
Static value Private |
|
static final
Rule |
SERVICE_TAG
Static value Service |
Constructor Summary
| Constructor | Description |
|---|---|
| RuleType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Rule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rule |
fromString(String name)
Creates or finds a Rule |
|
static
Collection<Rule |
values()
Gets known Rule |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FQDN
public static final RuleType FQDN
Static value FQDN for RuleType.
PRIVATE_ENDPOINT
public static final RuleType PRIVATE_ENDPOINT
Static value PrivateEndpoint for RuleType.
SERVICE_TAG
public static final RuleType SERVICE_TAG
Static value ServiceTag for RuleType.
Constructor Details
RuleType
@Deprecated
public RuleType()
Deprecated
Creates a new instance of RuleType value.
Method Details
fromString
public static RuleType fromString(String name)
Creates or finds a RuleType from its string representation.
Parameters:
Returns:
values
public static Collection<RuleType> values()
Gets known RuleType values.
Returns: