GovernanceRuleOwnerSourceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. GovernanceRuleOwnerSourceType
- com.
- com.
public final class GovernanceRuleOwnerSourceType
extends ExpandableStringEnum<GovernanceRuleOwnerSourceType>
The owner type for the governance rule owner source.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Governance |
BY_TAG
The rule source type defined using resource tag. |
|
static final
Governance |
MANUALLY
The rule source type defined manually. |
Constructor Summary
| Constructor | Description |
|---|---|
| GovernanceRuleOwnerSourceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Governance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Governance |
fromString(String name)
Creates or finds a Governance |
|
static
Collection<Governance |
values()
Gets known Governance |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BY_TAG
public static final GovernanceRuleOwnerSourceType BY_TAG
The rule source type defined using resource tag.
MANUALLY
public static final GovernanceRuleOwnerSourceType MANUALLY
The rule source type defined manually.
Constructor Details
GovernanceRuleOwnerSourceType
@Deprecated
public GovernanceRuleOwnerSourceType()
Deprecated
Creates a new instance of GovernanceRuleOwnerSourceType value.
Method Details
fromString
public static GovernanceRuleOwnerSourceType fromString(String name)
Creates or finds a GovernanceRuleOwnerSourceType from its string representation.
Parameters:
Returns:
values
public static Collection<GovernanceRuleOwnerSourceType> values()
Gets known GovernanceRuleOwnerSourceType values.
Returns: