-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathIWithNetwork.xml
141 lines (141 loc) · 10.6 KB
/
IWithNetwork.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
<Type Name="IWithNetwork" FullName="Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork">
<TypeSignature Language="C#" Value="public interface IWithNetwork" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithNetwork" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithNetwork" />
<TypeSignature Language="F#" Value="type IWithNetwork = 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>
<Interfaces />
<Docs>
<summary>
The stage of the virtual network gateway definition allowing to specify the virtual network.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithExistingNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithExistingNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithExistingNetwork(class Microsoft.Azure.Management.Network.Fluent.INetwork network) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork.WithExistingNetwork(Microsoft.Azure.Management.Network.Fluent.INetwork)" />
<MemberSignature Language="VB.NET" Value="Public Function WithExistingNetwork (network As INetwork) As IWithGatewayType" />
<MemberSignature Language="F#" Value="abstract member WithExistingNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType" Usage="iWithNetwork.WithExistingNetwork network" />
<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.VirtualNetworkGateway.Definition.IWithGatewayType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="network" Type="Microsoft.Azure.Management.Network.Fluent.INetwork" />
</Parameters>
<Docs>
<param name="network">An existing virtual network.</param>
<summary>
Associate an existing virtual network with the virtual network gateway .
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork> creatable);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork(class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable`1<class Microsoft.Azure.Management.Network.Fluent.INetwork> creatable) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork.WithNewNetwork(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable{Microsoft.Azure.Management.Network.Fluent.INetwork})" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (creatable As ICreatable(Of INetwork)) As IWithGatewayType" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork> -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType" Usage="iWithNetwork.WithNewNetwork creatable" />
<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.VirtualNetworkGateway.Definition.IWithGatewayType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="creatable" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork>" />
</Parameters>
<Docs>
<param name="creatable">A creatable definition for a new virtual network.</param>
<summary>
Create a new virtual network to associate with the virtual network gateway,
based on the provided definition.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork (string addressSpaceCidr, string subnetAddressSpaceCidr);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork(string addressSpaceCidr, string subnetAddressSpaceCidr) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork.WithNewNetwork(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (addressSpaceCidr As String, subnetAddressSpaceCidr As String) As IWithGatewayType" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : string * string -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType" Usage="iWithNetwork.WithNewNetwork (addressSpaceCidr, subnetAddressSpaceCidr)" />
<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.VirtualNetworkGateway.Definition.IWithGatewayType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="addressSpaceCidr" Type="System.String" />
<Parameter Name="subnetAddressSpaceCidr" Type="System.String" />
</Parameters>
<Docs>
<param name="addressSpaceCidr">The address space for the virtual network.</param>
<param name="subnetAddressSpaceCidr">The address space for the subnet.</param>
<summary>
Creates a new virtual network to associate with the virtual network gateway.
the virtual network will be created in the same resource group and region as of parent virtual network gateway,
it will be created with the specified address space and a default subnet for virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork (string name, string addressSpace, string subnetAddressSpaceCidr);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithNewNetwork(string name, string addressSpace, string subnetAddressSpaceCidr) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithNetwork.WithNewNetwork(System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (name As String, addressSpace As String, subnetAddressSpaceCidr As String) As IWithGatewayType" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : string * string * string -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType" Usage="iWithNetwork.WithNewNetwork (name, addressSpace, subnetAddressSpaceCidr)" />
<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.VirtualNetworkGateway.Definition.IWithGatewayType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="addressSpace" Type="System.String" />
<Parameter Name="subnetAddressSpaceCidr" Type="System.String" />
</Parameters>
<Docs>
<param name="name">The name of the new virtual network.</param>
<param name="addressSpace">The address space for the virtual network.</param>
<param name="subnetAddressSpaceCidr">The address space for the subnet.</param>
<summary>
Creates a new virtual network to associate with the virtual network gateway.
the virtual network will be created in the same resource group and region as of parent
virtual network gateway, it will be created with the specified address space and a subnet for virtual network gateway.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>