Share via


SqlDatabaseResource.GetSqlDatabaseSchemas Method

Definition

Gets a collection of SqlDatabaseSchemaResources in the SqlDatabase.

public virtual Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection GetSqlDatabaseSchemas ();
abstract member GetSqlDatabaseSchemas : unit -> Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection
override this.GetSqlDatabaseSchemas : unit -> Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection
Public Overridable Function GetSqlDatabaseSchemas () As SqlDatabaseSchemaCollection

Returns

An object representing collection of SqlDatabaseSchemaResources and their operations over a SqlDatabaseSchemaResource.

Applies to