PrivateEndpointConnectionsParentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. PrivateEndpointConnectionsParentType
- com.
- com.
public final class PrivateEndpointConnectionsParentType
extends ExpandableStringEnum<PrivateEndpointConnectionsParentType>
Defines values for PrivateEndpointConnectionsParentType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Private |
DOMAINS
Static value domains for Private |
|
static final
Private |
NAMESPACES
Static value namespaces for Private |
|
static final
Private |
PARTNER_NAMESPACES
Static value partner |
|
static final
Private |
TOPICS
Static value topics for Private |
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionsParentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromString(String name)
Creates or finds a Private |
|
static
Collection<Private |
values()
Gets known Private |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOMAINS
public static final PrivateEndpointConnectionsParentType DOMAINS
Static value domains for PrivateEndpointConnectionsParentType.
NAMESPACES
public static final PrivateEndpointConnectionsParentType NAMESPACES
Static value namespaces for PrivateEndpointConnectionsParentType.
PARTNER_NAMESPACES
public static final PrivateEndpointConnectionsParentType PARTNER_NAMESPACES
Static value partnerNamespaces for PrivateEndpointConnectionsParentType.
TOPICS
public static final PrivateEndpointConnectionsParentType TOPICS
Static value topics for PrivateEndpointConnectionsParentType.
Constructor Details
PrivateEndpointConnectionsParentType
@Deprecated
public PrivateEndpointConnectionsParentType()
Deprecated
Creates a new instance of PrivateEndpointConnectionsParentType value.
Method Details
fromString
public static PrivateEndpointConnectionsParentType fromString(String name)
Creates or finds a PrivateEndpointConnectionsParentType from its string representation.
Parameters:
Returns:
values
public static Collection<PrivateEndpointConnectionsParentType> values()
Gets known PrivateEndpointConnectionsParentType values.
Returns: