-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathTransparentDataEncryptionActivityInner.xml
171 lines (171 loc) · 10.6 KB
/
TransparentDataEncryptionActivityInner.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
162
163
164
165
166
167
168
169
170
171
<Type Name="TransparentDataEncryptionActivityInner" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner">
<TypeSignature Language="C#" Value="public class TransparentDataEncryptionActivityInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit TransparentDataEncryptionActivityInner extends Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner" />
<TypeSignature Language="VB.NET" Value="Public Class TransparentDataEncryptionActivityInner
Inherits ProxyResourceInner" />
<TypeSignature Language="F#" Value="type TransparentDataEncryptionActivityInner = class
 inherit ProxyResourceInner" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Represents a database transparent data encryption Scan.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TransparentDataEncryptionActivityInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
TransparentDataEncryptionActivityInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TransparentDataEncryptionActivityInner (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus status = default, double? percentComplete = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, string name, string type, string location, class Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus status, valuetype System.Nullable`1<float64> percentComplete) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus,System.Nullable{System.Double})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional status As TransparentDataEncryptionActivityStatus = Nothing, Optional percentComplete As Nullable(Of Double) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner : string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus * Nullable<double> -> Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner" Usage="new Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner (id, name, type, location, status, percentComplete)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="location" Type="System.String" />
<Parameter Name="status" Type="Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus" />
<Parameter Name="percentComplete" Type="System.Nullable<System.Double>" />
</Parameters>
<Docs>
<param name="id">To be added.</param>
<param name="name">To be added.</param>
<param name="type">To be added.</param>
<param name="location">Resource location.</param>
<param name="status">The status of the database. Possible values
include: 'Encrypting', 'Decrypting'</param>
<param name="percentComplete">The percent complete of the
transparent data encryption scan for a database.</param>
<summary>
Initializes a new instance of the
TransparentDataEncryptionActivityInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Location">
<MemberSignature Language="C#" Value="public string Location { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Location" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.Location" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Location As String" />
<MemberSignature Language="F#" Value="member this.Location : string" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.Location" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="location")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="location")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets resource location.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PercentComplete">
<MemberSignature Language="C#" Value="public double? PercentComplete { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<float64> PercentComplete" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.PercentComplete" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PercentComplete As Nullable(Of Double)" />
<MemberSignature Language="F#" Value="member this.PercentComplete : Nullable<double>" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.PercentComplete" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.percentComplete")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.percentComplete")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Double></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the percent complete of the transparent data encryption scan
for a database.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Status">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus Status { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus Status" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.Status" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Status As TransparentDataEncryptionActivityStatus" />
<MemberSignature Language="F#" Value="member this.Status : Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityInner.Status" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionActivityStatus</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the status of the database. Possible values include:
'Encrypting', 'Decrypting'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>