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