RedisEnterpriseCache.DatabasesCreateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IDatabase> DatabasesCreateWithResult(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IDatabase body, Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.DatabasesCreateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IDatabase * Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IDatabase>
Public Function DatabasesCreateWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, databaseName As String, body As IDatabase, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IDatabase)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
databaseName
String
body
IDatabase
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to