你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UploadLimitWeeklyRecurrence Class

Definition

The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.UploadLimitWeeklyRecurrenceTypeConverter))]
public class UploadLimitWeeklyRecurrence : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IUploadLimitWeeklyRecurrence, Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.UploadLimitWeeklyRecurrenceTypeConverter))>]
type UploadLimitWeeklyRecurrence = class
    interface IUploadLimitWeeklyRecurrence
    interface IJsonSerializable
    interface IWeeklyRecurrence
    interface IRecurrence
    interface IUploadLimit
    interface IValidates
Public Class UploadLimitWeeklyRecurrence
Implements IUploadLimitWeeklyRecurrence, IValidates
Inheritance
UploadLimitWeeklyRecurrence
Attributes
Implements

Constructors

UploadLimitWeeklyRecurrence()

Creates an new UploadLimitWeeklyRecurrence instance.

Properties

Day

The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence.

EndTime

The end time of the schedule recurrence. Full hour and 30-minute intervals are supported.

EndTimeHour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

EndTimeMinute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

LimitInMbps

The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary.

StartTime

The start time of the schedule recurrence. Full hour and 30-minute intervals are supported.

StartTimeHour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

StartTimeMinute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UploadLimitWeeklyRecurrence.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UploadLimitWeeklyRecurrence.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IUploadLimitWeeklyRecurrence.

FromJsonString(String)

Creates a new instance of UploadLimitWeeklyRecurrence, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UploadLimitWeeklyRecurrence into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to