Uses of Class
com.azure.resourcemanager.sql.models.DnsRefreshConfigurationPropertiesStatus
Packages that use DnsRefreshConfigurationPropertiesStatus
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DnsRefreshConfigurationPropertiesStatus in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DnsRefreshConfigurationPropertiesStatus -
Uses of DnsRefreshConfigurationPropertiesStatus in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type DnsRefreshConfigurationPropertiesStatus in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classThe status of the DNS refresh operation.Fields in com.azure.resourcemanager.sql.models declared as DnsRefreshConfigurationPropertiesStatusModifier and TypeFieldDescriptionstatic final DnsRefreshConfigurationPropertiesStatusDnsRefreshConfigurationPropertiesStatus.FAILEDStatic value Failed for DnsRefreshConfigurationPropertiesStatus.static final DnsRefreshConfigurationPropertiesStatusDnsRefreshConfigurationPropertiesStatus.SUCCEEDEDStatic value Succeeded for DnsRefreshConfigurationPropertiesStatus.Methods in com.azure.resourcemanager.sql.models that return DnsRefreshConfigurationPropertiesStatusModifier and TypeMethodDescriptionDnsRefreshConfigurationPropertiesStatus.fromString(String name) Creates or finds a DnsRefreshConfigurationPropertiesStatus from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DnsRefreshConfigurationPropertiesStatusModifier and TypeMethodDescriptionDnsRefreshConfigurationPropertiesStatus.values()Gets known DnsRefreshConfigurationPropertiesStatus values.