Share via


MaintenanceWindows Constructors

Definition

Overloads

MaintenanceWindows()

Initializes a new instance of the MaintenanceWindows class.

MaintenanceWindows(String, String, String, IList<MaintenanceWindowTimeRange>)

Initializes a new instance of the MaintenanceWindows class.

MaintenanceWindows()

Initializes a new instance of the MaintenanceWindows class.

public MaintenanceWindows ();
Public Sub New ()

Applies to

MaintenanceWindows(String, String, String, IList<MaintenanceWindowTimeRange>)

Initializes a new instance of the MaintenanceWindows class.

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

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Applies to