IspCustomersOperations interface
Interfejs reprezentujący operacje IspCustomers.
Właściwości
| create |
Ten interfejs API tworzy element ispCustomer z określonymi parametrami tworzenia |
| delete | |
| get | Pobiera informacje o zasobie ispCustomer przy użyciu tego wywołania get |
| list |
Ten interfejs API pobiera informacje o wszystkich zasobach ispCustomer w ramach danej subskrypcji i grupy zasobów |
| list |
Ten interfejs API pobiera informacje o wszystkich zasobach ispCustomer w ramach danej subskrypcji |
| update | Ten interfejs API aktualizuje istniejący zasób ispCustomer |
Szczegóły nieruchomości
createOrUpdate
Ten interfejs API tworzy element ispCustomer z określonymi parametrami tworzenia
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>
delete
delete: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera informacje o zasobie ispCustomer przy użyciu tego wywołania get
get: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>
listByResourceGroup
Ten interfejs API pobiera informacje o wszystkich zasobach ispCustomer w ramach danej subskrypcji i grupy zasobów
listByResourceGroup: (resourceGroupName: string, options?: IspCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
Wartość nieruchomości
(resourceGroupName: string, options?: IspCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
listBySubscription
Ten interfejs API pobiera informacje o wszystkich zasobach ispCustomer w ramach danej subskrypcji
listBySubscription: (options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
Wartość nieruchomości
(options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
update
Ten interfejs API aktualizuje istniejący zasób ispCustomer
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>
Wartość nieruchomości
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>