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

ScheduleNotifyOption 结构

定义

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.ScheduleNotifyOptionConverter))]
public struct ScheduleNotifyOption : IEquatable<Microsoft.PowerBI.Api.Models.ScheduleNotifyOption>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.ScheduleNotifyOptionConverter))>]
type ScheduleNotifyOption = struct
Public Structure ScheduleNotifyOption
Implements IEquatable(Of ScheduleNotifyOption)
继承
ScheduleNotifyOption
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

MailOnFailure
NoNotification

方法

Equals(Object)
Equals(ScheduleNotifyOption)
GetHashCode()
ToString()

运算符

Equality(ScheduleNotifyOption, ScheduleNotifyOption)
Implicit(ScheduleNotifyOption to String)
Implicit(String to ScheduleNotifyOption)
Inequality(ScheduleNotifyOption, ScheduleNotifyOption)

适用于