@Generated public enum CreatePrivateEndpointRuleRequestGroupId extends Enum<CreatePrivateEndpointRuleRequestGroupId>
Enum Constant and Description |
---|
BLOB |
DFS |
MYSQL_SERVER |
SQL_SERVER |
Modifier and Type | Method and Description |
---|---|
static CreatePrivateEndpointRuleRequestGroupId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePrivateEndpointRuleRequestGroupId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePrivateEndpointRuleRequestGroupId BLOB
public static final CreatePrivateEndpointRuleRequestGroupId DFS
public static final CreatePrivateEndpointRuleRequestGroupId MYSQL_SERVER
public static final CreatePrivateEndpointRuleRequestGroupId SQL_SERVER
public static CreatePrivateEndpointRuleRequestGroupId[] values()
for (CreatePrivateEndpointRuleRequestGroupId c : CreatePrivateEndpointRuleRequestGroupId.values()) System.out.println(c);
public static CreatePrivateEndpointRuleRequestGroupId 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.