你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LocationCompleterAttribute.FindLocations 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
FindLocations(String[]) | |
FindLocations(String[], IDictionary<String,ICollection<String>>) | |
FindLocations(String[], Int32) |
FindLocations(String[])
FindLocations(String[], IDictionary<String,ICollection<String>>)
public static string[] FindLocations (string[] resourceTypes, System.Collections.Generic.IDictionary<string,System.Collections.Generic.ICollection<string>> resourceTypeLocationDictionary);
static member FindLocations : string[] * System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> -> string[]
Public Shared Function FindLocations (resourceTypes As String(), resourceTypeLocationDictionary As IDictionary(Of String, ICollection(Of String))) As String()
Parameters
- resourceTypes
- String[]
- resourceTypeLocationDictionary
- IDictionary<String,ICollection<String>>
Returns
String[]
Applies to
FindLocations(String[], Int32)
public static string[] FindLocations (string[] resourceTypes, int timeout);
static member FindLocations : string[] * int -> string[]
Public Shared Function FindLocations (resourceTypes As String(), timeout As Integer) As String()
Parameters
- resourceTypes
- String[]
- timeout
- Int32
Returns
String[]