-
Notifications
You must be signed in to change notification settings - Fork 264
/
PrivateLinkServiceConnectionState.xml
183 lines (183 loc) · 9.67 KB
/
PrivateLinkServiceConnectionState.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
172
173
174
175
176
177
178
179
180
181
182
183
<Type Name="PrivateLinkServiceConnectionState" FullName="Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState">
<TypeSignature Language="C#" Value="public class PrivateLinkServiceConnectionState" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PrivateLinkServiceConnectionState extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState" />
<TypeSignature Language="VB.NET" Value="Public Class PrivateLinkServiceConnectionState" />
<TypeSignature Language="F#" Value="type PrivateLinkServiceConnectionState = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The private link service connection state.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PrivateLinkServiceConnectionState ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the PrivateLinkServiceConnectionState
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PrivateLinkServiceConnectionState (string status, string description = default, string actionsRequired = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string status, string description, string actionsRequired) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.#ctor(System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (status As String, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState" Usage="new Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState (status, description, actionsRequired)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="status" Type="System.String" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="actionsRequired" Type="System.String" />
</Parameters>
<Docs>
<param name="status">The concrete private link service connection.
Possible values include: 'Approved', 'Rejected', 'Pending',
'Removed'</param>
<param name="description">The optional description of the
status.</param>
<param name="actionsRequired">Whether there is further
actions.</param>
<summary>
Initializes a new instance of the PrivateLinkServiceConnectionState
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ActionsRequired">
<MemberSignature Language="C#" Value="public string ActionsRequired { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ActionsRequired" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.ActionsRequired" />
<MemberSignature Language="VB.NET" Value="Public Property ActionsRequired As String" />
<MemberSignature Language="F#" Value="member this.ActionsRequired : string with get, set" Usage="Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.ActionsRequired" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="actionsRequired")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="actionsRequired")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets whether there is further actions.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C#" Value="public string Description { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.Description" />
<MemberSignature Language="VB.NET" Value="Public Property Description As String" />
<MemberSignature Language="F#" Value="member this.Description : string with get, set" Usage="Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.Description" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="description")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="description")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the optional description of the status.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Status">
<MemberSignature Language="C#" Value="public string Status { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Status" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.Status" />
<MemberSignature Language="VB.NET" Value="Public Property Status As String" />
<MemberSignature Language="F#" Value="member this.Status : string with get, set" Usage="Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.Status" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="status")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the concrete private link service connection. Possible
values include: 'Approved', 'Rejected', 'Pending', 'Removed'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="privateLinkServiceConnectionState.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>