FlexComponentsOperations interface
Interface representing a FlexComponents operations.
Properties
| get | Get a FlexComponent |
| list |
List FlexComponent resources by SubscriptionLocationResource |
Property Details
get
Get a FlexComponent
get: (location: string, flexComponentName: string, options?: FlexComponentsGetOptionalParams) => Promise<FlexComponent>
Property Value
(location: string, flexComponentName: string, options?: FlexComponentsGetOptionalParams) => Promise<FlexComponent>
listByParent
List FlexComponent resources by SubscriptionLocationResource
listByParent: (location: string, options?: FlexComponentsListByParentOptionalParams) => PagedAsyncIterableIterator<FlexComponent, FlexComponent[], PageSettings>
Property Value
(location: string, options?: FlexComponentsListByParentOptionalParams) => PagedAsyncIterableIterator<FlexComponent, FlexComponent[], PageSettings>