SolutionTypesOperations interface

Interface representing a SolutionTypes operations.

Properties

get

Get a SolutionTypeResource

listByResourceGroup

List SolutionTypeResource resources by resource group

listBySubscription

List SolutionTypeResource resources by subscription ID

Property Details

get

Get a SolutionTypeResource

get: (resourceGroupName: string, solutionType: string, options?: SolutionTypesGetOptionalParams) => Promise<SolutionTypeResource>

Property Value

(resourceGroupName: string, solutionType: string, options?: SolutionTypesGetOptionalParams) => Promise<SolutionTypeResource>

listByResourceGroup

List SolutionTypeResource resources by resource group

listByResourceGroup: (resourceGroupName: string, options?: SolutionTypesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SolutionTypeResource, SolutionTypeResource[], PageSettings>

Property Value

(resourceGroupName: string, options?: SolutionTypesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SolutionTypeResource, SolutionTypeResource[], PageSettings>

listBySubscription

List SolutionTypeResource resources by subscription ID

listBySubscription: (options?: SolutionTypesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SolutionTypeResource, SolutionTypeResource[], PageSettings>

Property Value

(options?: SolutionTypesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SolutionTypeResource, SolutionTypeResource[], PageSettings>