-
Notifications
You must be signed in to change notification settings - Fork 264
/
ScheduledEventsProfile.xml
93 lines (93 loc) · 5.74 KB
/
ScheduledEventsProfile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<Type Name="ScheduledEventsProfile" FullName="Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile">
<TypeSignature Language="C#" Value="public class ScheduledEventsProfile" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ScheduledEventsProfile extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile" />
<TypeSignature Language="VB.NET" Value="Public Class ScheduledEventsProfile" />
<TypeSignature Language="F#" Value="type ScheduledEventsProfile = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ScheduledEventsProfile ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ScheduledEventsProfile class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ScheduledEventsProfile (Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile terminateNotificationProfile = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile terminateNotificationProfile) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile.#ctor(Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional terminateNotificationProfile As TerminateNotificationProfile = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile : Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile -> Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile" Usage="new Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile terminateNotificationProfile" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="terminateNotificationProfile" Type="Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile" />
</Parameters>
<Docs>
<param name="terminateNotificationProfile">Specifies Terminate
Scheduled Event related configurations.</param>
<summary>
Initializes a new instance of the ScheduledEventsProfile class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TerminateNotificationProfile">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile TerminateNotificationProfile { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile TerminateNotificationProfile" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile.TerminateNotificationProfile" />
<MemberSignature Language="VB.NET" Value="Public Property TerminateNotificationProfile As TerminateNotificationProfile" />
<MemberSignature Language="F#" Value="member this.TerminateNotificationProfile : Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile with get, set" Usage="Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile.TerminateNotificationProfile" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="terminateNotificationProfile")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="terminateNotificationProfile")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Compute.Fluent.Models.TerminateNotificationProfile</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets specifies Terminate Scheduled Event related
configurations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>