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)

適用対象