ScopeCompleterAttribute.CreateScopeList 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.
public static System.Collections.Generic.List<string> CreateScopeList (Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.ResourceGroup> result, string subscriptionId);
static member CreateScopeList : Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.ResourceGroup> * string -> System.Collections.Generic.List<string>
Public Shared Function CreateScopeList (result As IPage(Of ResourceGroup), subscriptionId As String) As List(Of String)
Parameters
- result
- IPage<ResourceGroup>
- subscriptionId
- String