EnterpriseMccCustomersOperations interface
Interfejs reprezentujący operacje EnterpriseMccCustomers.
Właściwości
| create |
Ten interfejs API tworzy klienta mcc przedsiębiorstwa z określonymi parametrami tworzenia |
| delete | |
| get | Pobiera informacje o zasobie klienta mcc przedsiębiorstwa przy użyciu tego wywołania |
| list |
Ten interfejs API pobiera informacje o wszystkich zasobach klienta mcc przedsiębiorstwa w ramach danej subskrypcji i grupy zasobów |
| list |
Ten interfejs API pobiera informacje o wszystkich zasobach enterpriseMccCustomer w ramach danej subskrypcji |
| update | Ten interfejs API aktualizuje istniejący zasób klienta mcc przedsiębiorstwa |
Szczegóły nieruchomości
createOrUpdate
Ten interfejs API tworzy klienta mcc przedsiębiorstwa z określonymi parametrami tworzenia
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterpriseMccCustomerResource, options?: EnterpriseMccCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCustomerResource>, EnterpriseMccCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, resource: EnterpriseMccCustomerResource, options?: EnterpriseMccCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCustomerResource>, EnterpriseMccCustomerResource>
delete
delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera informacje o zasobie klienta mcc przedsiębiorstwa przy użyciu tego wywołania
get: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersGetOptionalParams) => Promise<EnterpriseMccCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersGetOptionalParams) => Promise<EnterpriseMccCustomerResource>
listByResourceGroup
Ten interfejs API pobiera informacje o wszystkich zasobach klienta mcc przedsiębiorstwa w ramach danej subskrypcji i grupy zasobów
listByResourceGroup: (resourceGroupName: string, options?: EnterpriseMccCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>
Wartość nieruchomości
(resourceGroupName: string, options?: EnterpriseMccCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>
listBySubscription
Ten interfejs API pobiera informacje o wszystkich zasobach enterpriseMccCustomer w ramach danej subskrypcji
listBySubscription: (options?: EnterpriseMccCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>
Wartość nieruchomości
(options?: EnterpriseMccCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>
update
Ten interfejs API aktualizuje istniejący zasób klienta mcc przedsiębiorstwa
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCustomersUpdateOptionalParams) => Promise<EnterpriseMccCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCustomersUpdateOptionalParams) => Promise<EnterpriseMccCustomerResource>