PrivateLinkSubResourceName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. PrivateLinkSubResourceName
- com.
- com.
public class PrivateLinkSubResourceName
extends ExpandableStringEnum<PrivateLinkSubResourceName>
The name of sub resource for private link. It can be converted from PrivateLinkResource#groupId() via fromString(String name).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Private |
COSMOS_CASSANDRA
Static value Cassandra (of Cosmos) for Private |
static final
Private |
COSMOS_GREMLIN
Static value Gremlin (of Cosmos) for Private |
static final
Private |
COSMOS_MONGO_DB
Static value MongoDB (of Cosmos) for Private |
static final
Private |
COSMOS_SQL
Static value Sql (of Cosmos) for Private |
static final
Private |
COSMOS_TABLE
Static value Table (of Cosmos) for Private |
static final
Private |
KUBERNETES_MANAGEMENT
Static value management (of Kubernetes) for Private |
static final
Private |
REDIS_CACHE
Static value redis |
static final
Private |
SEARCH
Static value search |
static final
Private |
SQL_SERVER
Static value Sql Server (of SQL database) for Private |
static final
Private |
STORAGE_BLOB
Static value Blob (of storage account) for Private |
static final
Private |
STORAGE_FILE
Static value File (of storage account) for Private |
static final
Private |
STORAGE_QUEUE
Static value Queue (of storage account) for Private |
static final
Private |
STORAGE_TABLE
Static value Table (of storage account) for Private |
static final
Private |
STORAGE_WEB
Static value Web (of storage account) for Private |
static final
Private |
VAULT
Static value vault (of key vault) for Private |
static final
Private |
WEB_SITES
Static value sites (of app service) for Private |
Constructor Summary
Constructor | Description | |
---|---|---|
PrivateLinkSubResourceName() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromString(String name)
Creates or finds a Private |
static
Collection<Private |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COSMOS_CASSANDRA
public static final PrivateLinkSubResourceName COSMOS_CASSANDRA
Static value Cassandra (of Cosmos) for PrivateLinkSubResourceName.
COSMOS_GREMLIN
public static final PrivateLinkSubResourceName COSMOS_GREMLIN
Static value Gremlin (of Cosmos) for PrivateLinkSubResourceName.
COSMOS_MONGO_DB
public static final PrivateLinkSubResourceName COSMOS_MONGO_DB
Static value MongoDB (of Cosmos) for PrivateLinkSubResourceName.
COSMOS_SQL
public static final PrivateLinkSubResourceName COSMOS_SQL
Static value Sql (of Cosmos) for PrivateLinkSubResourceName.
COSMOS_TABLE
public static final PrivateLinkSubResourceName COSMOS_TABLE
Static value Table (of Cosmos) for PrivateLinkSubResourceName.
KUBERNETES_MANAGEMENT
public static final PrivateLinkSubResourceName KUBERNETES_MANAGEMENT
Static value management (of Kubernetes) for PrivateLinkSubResourceName.
REDIS_CACHE
public static final PrivateLinkSubResourceName REDIS_CACHE
Static value redisCache (of Redis) for PrivateLinkSubResourceName.
SEARCH
public static final PrivateLinkSubResourceName SEARCH
Static value searchService (of cognitive search) for PrivateLinkSubResourceName.
SQL_SERVER
public static final PrivateLinkSubResourceName SQL_SERVER
Static value Sql Server (of SQL database) for PrivateLinkSubResourceName.
STORAGE_BLOB
public static final PrivateLinkSubResourceName STORAGE_BLOB
Static value Blob (of storage account) for PrivateLinkSubResourceName.
STORAGE_FILE
public static final PrivateLinkSubResourceName STORAGE_FILE
Static value File (of storage account) for PrivateLinkSubResourceName.
STORAGE_QUEUE
public static final PrivateLinkSubResourceName STORAGE_QUEUE
Static value Queue (of storage account) for PrivateLinkSubResourceName.
STORAGE_TABLE
public static final PrivateLinkSubResourceName STORAGE_TABLE
Static value Table (of storage account) for PrivateLinkSubResourceName.
STORAGE_WEB
public static final PrivateLinkSubResourceName STORAGE_WEB
Static value Web (of storage account) for PrivateLinkSubResourceName.
VAULT
public static final PrivateLinkSubResourceName VAULT
Static value vault (of key vault) for PrivateLinkSubResourceName.
WEB_SITES
public static final PrivateLinkSubResourceName WEB_SITES
Static value sites (of app service) for PrivateLinkSubResourceName.
Constructor Details
PrivateLinkSubResourceName
public PrivateLinkSubResourceName()
Method Details
fromString
public static PrivateLinkSubResourceName fromString(String name)
Creates or finds a PrivateLinkSubResourceName from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java