Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkSubResourceName
Packages that use PrivateLinkSubResourceName
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateLinkSubResourceName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PrivateLinkSubResourceNameModifier and TypeFieldDescriptionstatic final PrivateLinkSubResourceNamePrivateLinkSubResourceName.COSMOS_CASSANDRAStatic value Cassandra (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.COSMOS_GREMLINStatic value Gremlin (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.COSMOS_MONGO_DBStatic value MongoDB (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.COSMOS_SQLStatic value Sql (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.COSMOS_TABLEStatic value Table (of Cosmos) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.KUBERNETES_MANAGEMENTStatic value management (of Kubernetes) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.REDIS_CACHEStatic value redisCache (of Redis) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.SEARCHStatic value searchService (of cognitive search) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.SQL_SERVERStatic value Sql Server (of SQL database) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.STORAGE_BLOBStatic value Blob (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.STORAGE_FILEStatic value File (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.STORAGE_QUEUEStatic value Queue (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.STORAGE_TABLEStatic value Table (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.STORAGE_WEBStatic value Web (of storage account) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.VAULTStatic value vault (of key vault) for PrivateLinkSubResourceName.static final PrivateLinkSubResourceNamePrivateLinkSubResourceName.WEB_SITESStatic value sites (of app service) for PrivateLinkSubResourceName.Methods in com.azure.resourcemanager.network.models that return PrivateLinkSubResourceNameModifier and TypeMethodDescriptionstatic PrivateLinkSubResourceNamePrivateLinkSubResourceName.fromString(String name) Creates or finds a PrivateLinkSubResourceName from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PrivateLinkSubResourceNameModifier and TypeMethodDescriptionPrivateEndpoint.PrivateLinkServiceConnection.subResourceNames()Gets the collection of sub resource names.static Collection<PrivateLinkSubResourceName> PrivateLinkSubResourceName.values()Gets known PrivateLinkSubResourceName values.Methods in com.azure.resourcemanager.network.models with parameters of type PrivateLinkSubResourceNameModifier and TypeMethodDescriptionPrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource.withSubResource(PrivateLinkSubResourceName subResourceName) Specifies the sub resource.