Class PrivateLinkSubResourceName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PrivateLinkSubResourceName>
com.azure.resourcemanager.network.models.PrivateLinkSubResourceName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public class PrivateLinkSubResourceName
extends com.azure.core.util.ExpandableStringEnum<PrivateLinkSubResourceName>
The name of sub resource for private link.
It can be converted from
PrivateLinkResource.groupId() via fromString(String).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrivateLinkSubResourceNameStatic value Cassandra (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Gremlin (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value MongoDB (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Sql (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Table (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value management (of Kubernetes) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value redisCache (of Redis) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value searchService (of cognitive search) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Sql Server (of SQL database) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Blob (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value File (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Queue (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Table (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value Web (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value vault (of key vault) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNameStatic value sites (of app service) for PrivateLinkSubResourceName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrivateLinkSubResourceNamefromString(String name) Creates or finds a PrivateLinkSubResourceName from its string representation.static Collection<PrivateLinkSubResourceName> values()Gets known PrivateLinkSubResourceName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STORAGE_BLOB
Static value Blob (of storage account) for PrivateLinkSubResourceName. -
STORAGE_TABLE
Static value Table (of storage account) for PrivateLinkSubResourceName. -
STORAGE_QUEUE
Static value Queue (of storage account) for PrivateLinkSubResourceName. -
STORAGE_FILE
Static value File (of storage account) for PrivateLinkSubResourceName. -
STORAGE_WEB
Static value Web (of storage account) for PrivateLinkSubResourceName. -
SQL_SERVER
Static value Sql Server (of SQL database) for PrivateLinkSubResourceName. -
COSMOS_SQL
Static value Sql (of Cosmos) for PrivateLinkSubResourceName. -
COSMOS_MONGO_DB
Static value MongoDB (of Cosmos) for PrivateLinkSubResourceName. -
COSMOS_CASSANDRA
Static value Cassandra (of Cosmos) for PrivateLinkSubResourceName. -
COSMOS_GREMLIN
Static value Gremlin (of Cosmos) for PrivateLinkSubResourceName. -
COSMOS_TABLE
Static value Table (of Cosmos) for PrivateLinkSubResourceName. -
VAULT
Static value vault (of key vault) for PrivateLinkSubResourceName. -
KUBERNETES_MANAGEMENT
Static value management (of Kubernetes) for PrivateLinkSubResourceName. -
WEB_SITES
Static value sites (of app service) for PrivateLinkSubResourceName. -
SEARCH
Static value searchService (of cognitive search) for PrivateLinkSubResourceName. -
REDIS_CACHE
Static value redisCache (of Redis) for PrivateLinkSubResourceName.
-
-
Constructor Details
-
PrivateLinkSubResourceName
Deprecated.Use thefromString(String)factory method.Creates a new instance of PrivateLinkSubResourceName value.
-
-
Method Details
-
fromString
Creates or finds a PrivateLinkSubResourceName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PrivateLinkSubResourceName.
-
values
Gets known PrivateLinkSubResourceName values.- Returns:
- known PrivateLinkSubResourceName values.
-
fromString(String)factory method.