IApplicationGateways.Stop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Stop(ICollection<String>) |
Stops the specified application gateways. |
Stop(String[]) |
Stops the specified application gateways. |
Stop(ICollection<String>)
Stops the specified application gateways.
public void Stop (System.Collections.Generic.ICollection<string> ids);
abstract member Stop : System.Collections.Generic.ICollection<string> -> unit
Public Sub Stop (ids As ICollection(Of String))
Parameters
- ids
- ICollection<String>
Application gateway resource ids.
Applies to
Stop(String[])
Stops the specified application gateways.
public void Stop (params string[] ids);
abstract member Stop : string[] -> unit
Public Sub Stop (ParamArray ids As String())
Parameters
- ids
- String[]
Application gateway resource ids.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET