Uses of Class
com.azure.resourcemanager.cosmos.models.AzureConnectionType
Packages that use AzureConnectionType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AzureConnectionType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as AzureConnectionTypeModifier and TypeFieldDescriptionstatic final AzureConnectionTypeAzureConnectionType.NONEStatic value None for AzureConnectionType.static final AzureConnectionTypeAzureConnectionType.VPNStatic value VPN for AzureConnectionType.Methods in com.azure.resourcemanager.cosmos.models that return AzureConnectionTypeModifier and TypeMethodDescriptionClusterResourceProperties.azureConnectionMethod()Get the azureConnectionMethod property: How to connect to the azure services needed for running the cluster.static AzureConnectionTypeAzureConnectionType.fromString(String name) Creates or finds a AzureConnectionType from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type AzureConnectionTypeModifier and TypeMethodDescriptionstatic Collection<AzureConnectionType>AzureConnectionType.values()Gets known AzureConnectionType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AzureConnectionTypeModifier and TypeMethodDescriptionClusterResourceProperties.withAzureConnectionMethod(AzureConnectionType azureConnectionMethod) Set the azureConnectionMethod property: How to connect to the azure services needed for running the cluster.