ServerKeysOperationsExtensions.CreateOrUpdate 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 MySQL Server key.
public static Microsoft.Azure.Management.MySQL.Models.ServerKey CreateOrUpdate (this Microsoft.Azure.Management.MySQL.IServerKeysOperations operations, string serverName, string keyName, Microsoft.Azure.Management.MySQL.Models.ServerKey parameters, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.MySQL.IServerKeysOperations * string * string * Microsoft.Azure.Management.MySQL.Models.ServerKey * string -> Microsoft.Azure.Management.MySQL.Models.ServerKey
<Extension()>
Public Function CreateOrUpdate (operations As IServerKeysOperations, serverName As String, keyName As String, parameters As ServerKey, resourceGroupName As String) As ServerKey
Parameters
- operations
- IServerKeysOperations
The operations group for this extension method.
- serverName
- String
The name of the server.
- keyName
- String
The name of the MySQL Server key to be operated on (updated or created).
- parameters
- ServerKey
The requested MySQL Server key resource state.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET