次の方法で共有


RedisPatchSchedule コンストラクター

定義

オーバーロード

RedisPatchSchedule()

RedisPatchSchedule クラスの新しいインスタンスを初期化します。

RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)

RedisPatchSchedule クラスの新しいインスタンスを初期化します。

RedisPatchSchedule()

RedisPatchSchedule クラスの新しいインスタンスを初期化します。

public RedisPatchSchedule();
Public Sub New ()

適用対象

RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)

RedisPatchSchedule クラスの新しいインスタンスを初期化します。

public RedisPatchSchedule(System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> scheduleEntries, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule : System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> * string * string * string -> Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule
Public Sub New (scheduleEntries As IList(Of ScheduleEntry), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

scheduleEntries
IList<ScheduleEntry>

Redis キャッシュのパッチ スケジュールの一覧。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

適用対象