Class PrivateEndpointConnectionsParentType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PrivateEndpointConnectionsParentType>
-
- com.azure.resourcemanager.eventgrid.models.PrivateEndpointConnectionsParentType
-
public final class PrivateEndpointConnectionsParentType extends com.azure.core.util.ExpandableStringEnum<PrivateEndpointConnectionsParentType>
Defines values for PrivateEndpointConnectionsParentType.
-
-
Field Summary
Fields Modifier and Type Field Description static PrivateEndpointConnectionsParentTypeDOMAINSStatic value domains for PrivateEndpointConnectionsParentType.static PrivateEndpointConnectionsParentTypeTOPICSStatic value topics for PrivateEndpointConnectionsParentType.
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionsParentType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrivateEndpointConnectionsParentTypefromString(String name)Creates or finds a PrivateEndpointConnectionsParentType from its string representation.static Collection<PrivateEndpointConnectionsParentType>values()
-
-
-
Field Detail
-
TOPICS
public static final PrivateEndpointConnectionsParentType TOPICS
Static value topics for PrivateEndpointConnectionsParentType.
-
DOMAINS
public static final PrivateEndpointConnectionsParentType DOMAINS
Static value domains for PrivateEndpointConnectionsParentType.
-
-
Method Detail
-
fromString
public static PrivateEndpointConnectionsParentType fromString(String name)
Creates or finds a PrivateEndpointConnectionsParentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PrivateEndpointConnectionsParentType.
-
values
public static Collection<PrivateEndpointConnectionsParentType> values()
- Returns:
- known PrivateEndpointConnectionsParentType values.
-
-