PatchSchedulesOperationsExtensions.Get Method

Definition

Gets the patching schedule of a redis cache.

public static Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule Get (this Microsoft.Azure.Management.Redis.IPatchSchedulesOperations operations, string resourceGroupName, string name);
static member Get : Microsoft.Azure.Management.Redis.IPatchSchedulesOperations * string * string -> Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule
<Extension()>
Public Function Get (operations As IPatchSchedulesOperations, resourceGroupName As String, name As String) As RedisPatchSchedule

Parameters

operations
IPatchSchedulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

name
String

The name of the redis cache.

Returns

Applies to