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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET