Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerProperties
Packages that use ServerProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ServerProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type ServerPropertiesMethods in com.azure.resourcemanager.sql.fluent.models that return ServerPropertiesModifier and TypeMethodDescriptionstatic ServerPropertiesServerProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerProperties from the JsonReader.ServerProperties.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator username for the server.ServerProperties.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: The administrator login password (required for server creation).ServerProperties.withAdministrators(ServerExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ServerProperties.withFederatedClientId(UUID federatedClientId) Set the federatedClientId property: The Client id used for cross tenant CMK scenario.Set the keyId property: A CMK URI of the key to use for encryption.ServerProperties.withMinimalTlsVersion(String minimalTlsVersion) Set the minimalTlsVersion property: Minimal TLS version.ServerProperties.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default.ServerProperties.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerProperties.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.ServerProperties.withVersion(String version) Set the version property: The version of the server.