-
Notifications
You must be signed in to change notification settings - Fork 272
/
Copy pathIWithIpRangeFilter.xml
49 lines (49 loc) · 3.02 KB
/
IWithIpRangeFilter.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
<Type Name="IWithIpRangeFilter" FullName="Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithIpRangeFilter">
<TypeSignature Language="C#" Value="public interface IWithIpRangeFilter" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithIpRangeFilter" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithIpRangeFilter" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithIpRangeFilter" />
<TypeSignature Language="F#" Value="type IWithIpRangeFilter = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The stage of the cosmos db definition allowing to set the IP range filter.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithIpRangeFilter">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate WithIpRangeFilter (string ipRangeFilter);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate WithIpRangeFilter(string ipRangeFilter) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithIpRangeFilter.WithIpRangeFilter(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithIpRangeFilter (ipRangeFilter As String) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithIpRangeFilter : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate" Usage="iWithIpRangeFilter.WithIpRangeFilter ipRangeFilter" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="ipRangeFilter" Type="System.String" />
</Parameters>
<Docs>
<param name="ipRangeFilter">Specifies the set of IP addresses or IP address ranges.</param>
<summary>
CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR
form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges
must be comma separated and must not contain any spaces.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>