FlexComponentsOperations interface
Interfejs reprezentujący operacje FlexComponents.
Właściwości
| get | Pobierz komponent FlexComponent |
| list |
Wyświetlanie listy zasobów FlexComponent według SubscriptionLocationResource |
Szczegóły właściwości
get
Pobierz komponent FlexComponent
get: (location: string, flexComponentName: string, options?: FlexComponentsGetOptionalParams) => Promise<FlexComponent>
Wartość właściwości
(location: string, flexComponentName: string, options?: FlexComponentsGetOptionalParams) => Promise<FlexComponent>
listByParent
Wyświetlanie listy zasobów FlexComponent według SubscriptionLocationResource
listByParent: (location: string, options?: FlexComponentsListByParentOptionalParams) => PagedAsyncIterableIterator<FlexComponent, FlexComponent[], PageSettings>
Wartość właściwości
(location: string, options?: FlexComponentsListByParentOptionalParams) => PagedAsyncIterableIterator<FlexComponent, FlexComponent[], PageSettings>