Aracılığıyla paylaş


IspCustomersOperations interface

IspCustomers işlemlerini temsil eden arabirim.

Özellikler

createOrUpdate

Bu API, belirtilen oluşturma parametreleriyle bir ispCustomer oluşturur

delete

Bu api mevcut bir ispCustomer kaynağını siler

get

Bu get çağrısını kullanarak ispCustomer kaynak bilgilerini alır

listByResourceGroup

Bu api, verilen abonelik ve kaynak grubu altındaki tüm ispCustomer kaynakları hakkındaki bilgileri alır

listBySubscription

Bu api, verilen abonelik kapsamındaki tüm ispCustomer kaynakları hakkında bilgi alır

update

Bu API mevcut bir ispCustomer kaynağını güncelleştirir

Özellik Ayrıntıları

createOrUpdate

Bu API, belirtilen oluşturma parametreleriyle bir ispCustomer oluşturur

createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>

delete

Bu api mevcut bir ispCustomer kaynağını siler

delete: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Bu get çağrısını kullanarak ispCustomer kaynak bilgilerini alır

get: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>

listByResourceGroup

Bu api, verilen abonelik ve kaynak grubu altındaki tüm ispCustomer kaynakları hakkındaki bilgileri alır

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

Özellik Değeri

(resourceGroupName: string, options?: IspCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>

listBySubscription

Bu api, verilen abonelik kapsamındaki tüm ispCustomer kaynakları hakkında bilgi alır

listBySubscription: (options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>

Özellik Değeri

(options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>

update

Bu API mevcut bir ispCustomer kaynağını güncelleştirir

update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>