-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithAddressPrefix`1.xml
53 lines (53 loc) · 3.17 KB
/
IWithAddressPrefix`1.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
<Type Name="IWithAddressPrefix<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAddressPrefix<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithAddressPrefix<ParentT>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithAddressPrefix`1<ParentT>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAddressPrefix`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithAddressPrefix(Of ParentT)" />
<TypeSignature Language="F#" Value="type IWithAddressPrefix<'ParentT> = interface" />
<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>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces />
<Docs>
<typeparam name="ParentT">The stage of the parent definition to return to after attaching this definition.</typeparam>
<summary>
The stage of the subnet definition allowing to specify the address space for the subnet.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithAddressPrefix">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT> WithAddressPrefix (string cidr);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach`1<!ParentT> WithAddressPrefix(string cidr) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAddressPrefix`1.WithAddressPrefix(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithAddressPrefix (cidr As String) As IWithAttach(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithAddressPrefix : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<'ParentT>" Usage="iWithAddressPrefix.WithAddressPrefix cidr" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cidr" Type="System.String" />
</Parameters>
<Docs>
<param name="cidr">The IP address space prefix using the CIDR notation.</param>
<summary>
Specifies the IP address space of the subnet, within the address space of the network.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>