Uses of Class
com.azure.resourcemanager.sql.models.SecondaryType
Packages that use SecondaryType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SecondaryType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SecondaryTypeModifier and TypeMethodDescriptionDatabaseInner.secondaryType()Get the secondaryType property: The secondary type of the database if it is a secondary.DatabaseProperties.secondaryType()Get the secondaryType property: The secondary type of the database if it is a secondary.DatabaseUpdateProperties.secondaryType()Get the secondaryType property: The secondary type of the database if it is a secondary.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SecondaryTypeModifier and TypeMethodDescriptionDatabaseInner.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary.DatabaseProperties.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary.DatabaseUpdateProperties.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary. -
Uses of SecondaryType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SecondaryTypeModifier and TypeFieldDescriptionstatic final SecondaryTypeSecondaryType.GEOStatic value Geo for SecondaryType.static final SecondaryTypeSecondaryType.NAMEDStatic value Named for SecondaryType.Methods in com.azure.resourcemanager.sql.models that return SecondaryTypeModifier and TypeMethodDescriptionstatic SecondaryTypeSecondaryType.fromString(String name) Creates or finds a SecondaryType from its string representation.DatabaseUpdate.secondaryType()Get the secondaryType property: The secondary type of the database if it is a secondary.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SecondaryTypeModifier and TypeMethodDescriptionstatic Collection<SecondaryType> SecondaryType.values()Gets known SecondaryType values.Methods in com.azure.resourcemanager.sql.models with parameters of type SecondaryTypeModifier and TypeMethodDescriptionDatabaseUpdate.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary.