ResourceGroupCompleterAttribute.GetResourceGroups 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
GetResourceGroups() | |
GetResourceGroups(Int32) | |
GetResourceGroups(IList<String>, String) |
GetResourceGroups()
public static string[] GetResourceGroups ();
static member GetResourceGroups : unit -> string[]
Public Shared Function GetResourceGroups () As String()
Returns
String[]
Applies to
GetResourceGroups(Int32)
GetResourceGroups(IList<String>, String)
public static string[] GetResourceGroups (System.Collections.Generic.IList<string> resourceGroupNames, string defaultResourceGroup);
static member GetResourceGroups : System.Collections.Generic.IList<string> * string -> string[]
Public Shared Function GetResourceGroups (resourceGroupNames As IList(Of String), defaultResourceGroup As String) As String()
Parameters
- defaultResourceGroup
- String
Returns
String[]