-
Notifications
You must be signed in to change notification settings - Fork 264
/
PrivateLinkResourcesWrapper.xml
119 lines (119 loc) · 6.78 KB
/
PrivateLinkResourcesWrapper.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
<Type Name="PrivateLinkResourcesWrapper" FullName="Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper">
<TypeSignature Language="C#" Value="public class PrivateLinkResourcesWrapper" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PrivateLinkResourcesWrapper extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper" />
<TypeSignature Language="VB.NET" Value="Public Class PrivateLinkResourcesWrapper" />
<TypeSignature Language="F#" Value="type PrivateLinkResourcesWrapper = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Wrapper for a collection of private link resources
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PrivateLinkResourcesWrapper ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the PrivateLinkResourcesWrapper
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PrivateLinkResourcesWrapper (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (value As IList(Of PrivateLinkResource))" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> -> Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper" Usage="new Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper value" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource>" />
</Parameters>
<Docs>
<param name="value">To be added.</param>
<summary>
Initializes a new instance of the PrivateLinkResourcesWrapper
class.
</summary>
<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.WebSites.Models.PrivateLinkResourcesWrapper.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="privateLinkResourcesWrapper.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.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>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> Value" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper.Value" />
<MemberSignature Language="VB.NET" Value="Public Property Value As IList(Of PrivateLinkResource)" />
<MemberSignature Language="F#" Value="member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource> with get, set" Usage="Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper.Value" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="value")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource></ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>