-
Notifications
You must be signed in to change notification settings - Fork 264
/
AzureSqlProtectedItemExtendedInfo.xml
161 lines (161 loc) · 9.51 KB
/
AzureSqlProtectedItemExtendedInfo.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<Type Name="AzureSqlProtectedItemExtendedInfo" FullName="Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo">
<TypeSignature Language="C#" Value="public class AzureSqlProtectedItemExtendedInfo" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AzureSqlProtectedItemExtendedInfo extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo" />
<TypeSignature Language="VB.NET" Value="Public Class AzureSqlProtectedItemExtendedInfo" />
<TypeSignature Language="F#" Value="type AzureSqlProtectedItemExtendedInfo = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>4.3.0.0</AssemblyVersion>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Additional information on Azure Sql specific protected item.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AzureSqlProtectedItemExtendedInfo ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the AzureSqlProtectedItemExtendedInfo
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AzureSqlProtectedItemExtendedInfo (DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, string policyState = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<valuetype System.DateTime> oldestRecoveryPoint, valuetype System.Nullable`1<int32> recoveryPointCount, string policyState) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.#ctor(System.Nullable{System.DateTime},System.Nullable{System.Int32},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo" Usage="new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo (oldestRecoveryPoint, recoveryPointCount, policyState)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="oldestRecoveryPoint" Type="System.Nullable<System.DateTime>" />
<Parameter Name="recoveryPointCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="policyState" Type="System.String" />
</Parameters>
<Docs>
<param name="oldestRecoveryPoint">The oldest backup copy available
for this item in the service.</param>
<param name="recoveryPointCount">Number of available backup copies
associated with this backup item.</param>
<param name="policyState">State of the backup policy associated
with this backup item.</param>
<summary>
Initializes a new instance of the AzureSqlProtectedItemExtendedInfo
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OldestRecoveryPoint">
<MemberSignature Language="C#" Value="public DateTime? OldestRecoveryPoint { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> OldestRecoveryPoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.OldestRecoveryPoint" />
<MemberSignature Language="VB.NET" Value="Public Property OldestRecoveryPoint As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.OldestRecoveryPoint : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.OldestRecoveryPoint" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="oldestRecoveryPoint")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="oldestRecoveryPoint")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the oldest backup copy available for this item in the
service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PolicyState">
<MemberSignature Language="C#" Value="public string PolicyState { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PolicyState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.PolicyState" />
<MemberSignature Language="VB.NET" Value="Public Property PolicyState As String" />
<MemberSignature Language="F#" Value="member this.PolicyState : string with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.PolicyState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="policyState")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="policyState")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets state of the backup policy associated with this backup
item.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RecoveryPointCount">
<MemberSignature Language="C#" Value="public int? RecoveryPointCount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> RecoveryPointCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.RecoveryPointCount" />
<MemberSignature Language="VB.NET" Value="Public Property RecoveryPointCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.RecoveryPointCount : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo.RecoveryPointCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of available backup copies associated with this
backup item.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>