ServerKeysOperationsExtensions.BeginCreateOrUpdate 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.
Creates or updates a server key.
public static Microsoft.Azure.Management.Sql.Models.ServerKey BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.IServerKeysOperations operations, string resourceGroupName, string serverName, string keyName, Microsoft.Azure.Management.Sql.Models.ServerKey parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.IServerKeysOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ServerKey -> Microsoft.Azure.Management.Sql.Models.ServerKey
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServerKeysOperations, resourceGroupName As String, serverName As String, keyName As String, parameters As ServerKey) As ServerKey
Parameters
- operations
- IServerKeysOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
- String
The name of the server.
- keyName
- String
The name of the server key to be operated on (updated or created). The key name is required to be in the format of 'vault_key_version'. For example, if the keyId is https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion, then the server key name should be formatted as: YourVaultName_YourKeyName_YourKeyVersion
- parameters
- ServerKey
The requested server key resource state.
Returns
Applies to
Azure SDK for .NET