Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Javadoc of premium SDK for azure-resourcemanager-sql #43635

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix javaDoc
  • Loading branch information
v-hongli1 committed Jan 8, 2025
commit 38a2a9af3b3f41a4408f80d0b513f714554d99b2
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public SqlServerManager authenticate(TokenCredential credential, AzureProfile pr
}

/**
* Gets the SQL Server management API entry point.
* Gets the API entry point of SQL Server management.
*
* @return the SQL Server management API entry point
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public String toString() {
}

/**
* gets the underneath sku description.
* Gets the underneath sku description.
*
* @return the underneath sku description
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ public interface SqlDatabase extends ExternalChildResource<SqlDatabase, SqlServe
String currentServiceObjectiveName();

/**
* Gets the Id of the Azure SQL Database.
* Gets the ID of the Azure SQL Database.
*
* @return the Id of the Azure SQL Database
* @return the ID of the Azure SQL Database
*/
String databaseId();

Expand Down Expand Up @@ -101,7 +101,7 @@ public interface SqlDatabase extends ExternalChildResource<SqlDatabase, SqlServe
DatabaseStatus status();

/**
* Gets Id of the elastic pool.
* Gets ID of the elastic pool.
*
* @return the elasticPoolId value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface ExportTo {
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey exportTo(String storageUri);

/**
* Export to file.
* Export database file to the container of storage.
*
* @param storageAccount an existing storage account to be used
* @param containerName the container name within the storage account to use
Expand All @@ -44,7 +44,7 @@ interface ExportTo {
exportTo(StorageAccount storageAccount, String containerName, String fileName);

/**
* Export to file.
* Export database file to the container of storage.
*
* @param storageAccountCreatable a storage account to be created as part of this execution flow
* @param containerName the container name within the storage account to use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public enum SqlDatabasePremiumStorage {
}

/**
* gets the maximum allowed storage capacity in MB for the SQL Database.
* Gets the maximum allowed storage capacity in MB for the SQL Database.
*
* @return the maximum allowed storage capacity in MB for the SQL Database
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface SqlDatabaseThreatDetectionPolicy
String kind();

/**
* Gets the state of the policy..
* Gets the state of the policy.
*
* @return the state of the policy.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface SqlEncryptionProtector extends HasId, HasInnerModel<EncryptionP
Indexable, Refreshable<SqlEncryptionProtector>, Updatable<SqlEncryptionProtector.Update> {

/**
* Gets name of the SQL Server to which this DNS alias belongs.
* Gets the name of the SQL Server to which this DNS alias belongs.
*
* @return name of the SQL Server to which this DNS alias belongs
*/
Expand Down Expand Up @@ -68,7 +68,7 @@ public interface SqlEncryptionProtector extends HasId, HasInnerModel<EncryptionP
String uri();

/**
* Gets thumbprint of the server key.
* Gets the thumbprint of the server key.
*
* @return thumbprint of the server key
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface SqlFailoverGroup extends Resource, HasInnerModel<FailoverGroupI
Refreshable<SqlFailoverGroup>, Updatable<SqlFailoverGroup.Update> {

/**
* Gets name of the SQL Server to which this Failover Group belongs.
* Gets the name of the SQL Server to which this Failover Group belongs.
*
* @return name of the SQL Server to which this Failover Group belongs
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface SqlFirewallRule
Refreshable<SqlFirewallRule>, Updatable<SqlFirewallRule.Update> {

/**
* Gets name of the SQL Server to which this Firewall Rule belongs.
* Gets the name of the SQL Server to which this Firewall Rule belongs.
*
* @return name of the SQL Server to which this Firewall Rule belongs
*/
Expand All @@ -42,14 +42,14 @@ public interface SqlFirewallRule
String endIpAddress();

/**
* Gets kind of SQL Server that contains this Firewall Rule.
* Gets the kind of SQL Server that contains this Firewall Rule.
*
* @return kind of SQL Server that contains this Firewall Rule.
*/
String kind();

/**
* Gets region of SQL Server that contains this Firewall Rule.
* Gets the region of SQL Server that contains this Firewall Rule.
*
* @return region of SQL Server that contains this Firewall Rule.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface SqlServer
extends GroupableResource<SqlServerManager, ServerInner>, Refreshable<SqlServer>, Updatable<SqlServer.Update> {

/**
* Gets fully qualified name of the SQL Server.
* Gets the fully qualified name of the SQL Server.
*
* @return fully qualified name of the SQL Server
*/
Expand Down Expand Up @@ -122,7 +122,7 @@ public interface SqlServer
SqlFirewallRule enableAccessFromAzureServices();

/**
* Whether the SQL Server can be accessed from public network.
* Checks whether the SQL Server can be accessed from public network.
*
* @return whether the SQL Server can be accessed from public network.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public interface SqlServerDnsAlias extends HasId, HasInnerModel<ServerDnsAliasInner>, HasName, HasResourceGroup,
Indexable, Refreshable<SqlServerDnsAlias> {
/**
* Gets name of the SQL Server to which this DNS alias belongs.
* Gets the name of the SQL Server to which this DNS alias belongs.
*
* @return name of the SQL Server to which this DNS alias belongs
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public interface SqlServerKey
extends HasId, HasInnerModel<ServerKeyInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerKey> {
/**
* Gets name of the SQL Server to which this DNS alias belongs.
* Gets the name of the SQL Server to which this DNS alias belongs.
*
* @return name of the SQL Server to which this DNS alias belongs
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface SqlServerSecurityAlertPolicy
Refreshable<SqlServerSecurityAlertPolicy>, Updatable<SqlServerSecurityAlertPolicy.Update> {

/**
* Gets name of the SQL Server to which this DNS alias belongs.
* Gets the name of the SQL Server to which this DNS alias belongs.
*
* @return name of the SQL Server to which this DNS alias belongs
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,42 +29,42 @@ public interface SqlServers extends SupportsCreating<SqlServer.DefinitionStages.
SupportsBatchCreation<SqlServer>, SupportsBatchDeletion, HasManager<SqlServerManager> {

/**
* Gets the SQL Server Firewall Rules API entry point.
* Gets the API entry point of the SQL Server Firewall Rules.
*
* @return the SQL Server Firewall Rules API entry point
*/
SqlFirewallRuleOperations firewallRules();

/**
* Gets the SQL Server VirtualNetwork Rules API entry point.
* Gets the API entry point of the SQL Server VirtualNetwork Rules.
*
* @return the SQL Server VirtualNetwork Rules API entry point
*/
SqlVirtualNetworkRuleOperations virtualNetworkRules();

/**
* Gets the SQL Server DNS aliases API entry point.
* Gets the API entry point of the SQL Server DNS aliases.
*
* @return the SQL Server DNS aliases API entry point
*/
SqlServerDnsAliasOperations dnsAliases();

/**
* Gets the SQL Failover Group API entry point.
* Gets the API entry point of the SQL Failover Group.
*
* @return the SQL Failover Group API entry point
*/
SqlFailoverGroupOperations failoverGroups();

/**
* Gets the SQL Server Key entry point.
* Gets the entry point of the SQL Server Key.
*
* @return the SQL Server Key entry point
*/
SqlServerKeyOperations serverKeys();

/**
* Gets the SQL Encryption Protector entry point.
* Gets the entry point of the SQL Encryption Protector.
*
* @return the SQL Encryption Protector entry point
*/
Expand All @@ -78,28 +78,28 @@ public interface SqlServers extends SupportsCreating<SqlServer.DefinitionStages.
SqlServerSecurityAlertPolicyOperations serverSecurityAlertPolicies();

/**
* Gets the SQL Sync Group entry point.
* Gets the entry point of the SQL Sync Group.
*
* @return the SQL Sync Group entry point
*/
SqlSyncGroupOperations syncGroups();

/**
* Gets the SQL Sync Group entry point.
* Gets the entry point of the SQL Sync Group.
*
* @return the SQL Sync Group entry point
*/
SqlSyncMemberOperations syncMembers();

/**
* Gets the SQL Server Elastic Pools API entry point.
* Gets the API entry point of the SQL Server Elastic Pools.
*
* @return the SQL Server Elastic Pools API entry point
*/
SqlElasticPoolOperations elasticPools();

/**
* Gets the SQL Server Database API entry point.
* Gets the API entry point of the SQL Server Database.
*
* @return the SQL Server Database API entry point
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ public interface SqlSyncMember extends ExternalChildResource<SqlSyncMember, SqlS
SyncMemberDbType databaseType();

/**
* Gets the ARM resource id of the sync agent in the sync member.
* Gets the ARM resource ID of the sync agent in the sync member.
*
* @return the ARM resource id of the sync agent in the sync member
* @return the ARM resource ID of the sync agent in the sync member
*/
String syncAgentId();

/**
* Gets the SQL Database id of the sync member.
* Gets the SQL Database ID of the sync member.
*
* @return the SQL Database id of the sync member
* @return the SQL Database ID of the sync member
*/
String sqlServerDatabaseId();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
public interface TransparentDataEncryption extends Refreshable<TransparentDataEncryption>,
HasInnerModel<LogicalDatabaseTransparentDataEncryptionInner>, HasResourceGroup, HasName, HasId {
/**
* Gets name of the SQL Server to which this replication belongs.
* Gets the name of the SQL Server to which this replication belongs.
*
* @return name of the SQL Server to which this replication belongs
*/
String sqlServerName();

/**
* Gets name of the SQL Database to which this replication belongs.
* Gets the name of the SQL Database to which this replication belongs.
*
* @return name of the SQL Database to which this replication belongs
*/
Expand Down
Loading