AzureSqlServerKeyVaultKeyAdapter.List(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all Server Key Vault Keys for a server
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel> List (string resourceGroupName, string serverName);
member this.List : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel>
Public Function List (resourceGroupName As String, serverName As String) As IList(Of AzureSqlServerKeyVaultKeyModel)
Parameters
- resourceGroupName
- String
Name of resource group
- serverName
- String
Name of SQL server
Returns
The list of Server Key Vault Keys on the server