Class PrivateLinkSubResourceName
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PrivateLinkSubResourceName>
-
- com.azure.resourcemanager.network.models.PrivateLinkSubResourceName
-
public class PrivateLinkSubResourceName extends com.azure.core.util.ExpandableStringEnum<PrivateLinkSubResourceName>
The name of sub resource for private link. It can be converted fromPrivateLinkResource.groupId()viafromString(String).
-
-
Field Summary
Fields Modifier and Type Field Description static PrivateLinkSubResourceNameCOSMOS_CASSANDRAStatic value Cassandra (of Cosmos) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameCOSMOS_GREMLINStatic value Gremlin (of Cosmos) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameCOSMOS_MONGO_DBStatic value MongoDB (of Cosmos) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameCOSMOS_SQLStatic value Sql (of Cosmos) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameCOSMOS_TABLEStatic value Table (of Cosmos) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameKUBERNETES_MANAGEMENTStatic value management (of Kubernetes) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameREDIS_CACHEStatic value redisCache (of Redis) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSEARCHStatic value searchService (of cognitive search) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSQL_SERVERStatic value Sql Server (of SQL database) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSTORAGE_BLOBStatic value Blob (of storage account) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSTORAGE_FILEStatic value File (of storage account) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSTORAGE_QUEUEStatic value Queue (of storage account) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSTORAGE_TABLEStatic value Table (of storage account) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameSTORAGE_WEBStatic value Web (of storage account) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameVAULTStatic value vault (of key vault) for PrivateLinkSubResourceName.static PrivateLinkSubResourceNameWEB_SITESStatic value sites (of app service) for PrivateLinkSubResourceName.
-
Constructor Summary
Constructors Constructor Description PrivateLinkSubResourceName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrivateLinkSubResourceNamefromString(String name)Creates or finds a PrivateLinkSubResourceName from its string representation.static Collection<PrivateLinkSubResourceName>values()
-
-
-
Field Detail
-
STORAGE_BLOB
public static final PrivateLinkSubResourceName STORAGE_BLOB
Static value Blob (of storage account) for PrivateLinkSubResourceName.
-
STORAGE_TABLE
public static final PrivateLinkSubResourceName STORAGE_TABLE
Static value Table (of storage account) for PrivateLinkSubResourceName.
-
STORAGE_QUEUE
public static final PrivateLinkSubResourceName STORAGE_QUEUE
Static value Queue (of storage account) for PrivateLinkSubResourceName.
-
STORAGE_FILE
public static final PrivateLinkSubResourceName STORAGE_FILE
Static value File (of storage account) for PrivateLinkSubResourceName.
-
STORAGE_WEB
public static final PrivateLinkSubResourceName STORAGE_WEB
Static value Web (of storage account) for PrivateLinkSubResourceName.
-
SQL_SERVER
public static final PrivateLinkSubResourceName SQL_SERVER
Static value Sql Server (of SQL database) for PrivateLinkSubResourceName.
-
COSMOS_SQL
public static final PrivateLinkSubResourceName COSMOS_SQL
Static value Sql (of Cosmos) for PrivateLinkSubResourceName.
-
COSMOS_MONGO_DB
public static final PrivateLinkSubResourceName COSMOS_MONGO_DB
Static value MongoDB (of Cosmos) for PrivateLinkSubResourceName.
-
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_TABLE
public static final PrivateLinkSubResourceName COSMOS_TABLE
Static value Table (of Cosmos) for PrivateLinkSubResourceName.
-
VAULT
public static final PrivateLinkSubResourceName VAULT
Static value vault (of key vault) for PrivateLinkSubResourceName.
-
KUBERNETES_MANAGEMENT
public static final PrivateLinkSubResourceName KUBERNETES_MANAGEMENT
Static value management (of Kubernetes) for PrivateLinkSubResourceName.
-
WEB_SITES
public static final PrivateLinkSubResourceName WEB_SITES
Static value sites (of app service) for PrivateLinkSubResourceName.
-
SEARCH
public static final PrivateLinkSubResourceName SEARCH
Static value searchService (of cognitive search) for PrivateLinkSubResourceName.
-
REDIS_CACHE
public static final PrivateLinkSubResourceName REDIS_CACHE
Static value redisCache (of Redis) for PrivateLinkSubResourceName.
-
-
Method Detail
-
fromString
public static PrivateLinkSubResourceName fromString(String name)
Creates or finds a PrivateLinkSubResourceName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PrivateLinkSubResourceName.
-
values
public static Collection<PrivateLinkSubResourceName> values()
- Returns:
- known PrivateLinkSubResourceName values.
-
-