-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathBgpServiceCommunityInner.xml
165 lines (165 loc) · 10.4 KB
/
BgpServiceCommunityInner.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
<Type Name="BgpServiceCommunityInner" FullName="Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner">
<TypeSignature Language="C#" Value="public class BgpServiceCommunityInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit BgpServiceCommunityInner extends Microsoft.Azure.Management.ResourceManager.Fluent.Resource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner" />
<TypeSignature Language="VB.NET" Value="Public Class BgpServiceCommunityInner
Inherits Resource" />
<TypeSignature Language="F#" Value="type BgpServiceCommunityInner = class
 inherit Resource" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.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.ResourceManager.Fluent.Resource</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>
Service Community Properties.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BgpServiceCommunityInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the BgpServiceCommunityInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BgpServiceCommunityInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string serviceName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> bgpCommunities = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string location, string id, string name, string type, class System.Collections.Generic.IDictionary`2<string, string> tags, string serviceName, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> bgpCommunities) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceName As String = Nothing, Optional bgpCommunities As IList(Of BGPCommunity) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> -> Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner" Usage="new Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner (location, id, name, type, tags, serviceName, bgpCommunities)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="location" Type="System.String" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="bgpCommunities" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity>" />
</Parameters>
<Docs>
<param name="location">To be added.</param>
<param name="id">To be added.</param>
<param name="name">To be added.</param>
<param name="type">To be added.</param>
<param name="tags">To be added.</param>
<param name="serviceName">The name of the bgp community. e.g.
Skype.</param>
<param name="bgpCommunities">A list of bgp communities.</param>
<summary>
Initializes a new instance of the BgpServiceCommunityInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BgpCommunities">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> BgpCommunities { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> BgpCommunities" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.BgpCommunities" />
<MemberSignature Language="VB.NET" Value="Public Property BgpCommunities As IList(Of BGPCommunity)" />
<MemberSignature Language="F#" Value="member this.BgpCommunities : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity> with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.BgpCommunities" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.bgpCommunities")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.bgpCommunities")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a list of bgp communities.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceName">
<MemberSignature Language="C#" Value="public string ServiceName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ServiceName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.ServiceName" />
<MemberSignature Language="VB.NET" Value="Public Property ServiceName As String" />
<MemberSignature Language="F#" Value="member this.ServiceName : string with get, set" Usage="Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner.ServiceName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.serviceName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.serviceName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name of the bgp community. e.g. Skype.
</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.Network.Fluent.Models.BgpServiceCommunityInner.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="bgpServiceCommunityInner.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</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>