@Generated public enum NccAzurePrivateEndpointRuleGroupId extends Enum<NccAzurePrivateEndpointRuleGroupId>
Enum Constant and Description |
---|
BLOB |
DFS |
MYSQL_SERVER |
SQL_SERVER |
Modifier and Type | Method and Description |
---|---|
static NccAzurePrivateEndpointRuleGroupId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NccAzurePrivateEndpointRuleGroupId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NccAzurePrivateEndpointRuleGroupId BLOB
public static final NccAzurePrivateEndpointRuleGroupId DFS
public static final NccAzurePrivateEndpointRuleGroupId MYSQL_SERVER
public static final NccAzurePrivateEndpointRuleGroupId SQL_SERVER
public static NccAzurePrivateEndpointRuleGroupId[] values()
for (NccAzurePrivateEndpointRuleGroupId c : NccAzurePrivateEndpointRuleGroupId.values()) System.out.println(c);
public static NccAzurePrivateEndpointRuleGroupId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.