Поделиться через


IspCustomersOperations interface

Интерфейс, представляющий операции IspCustomers.

Свойства

createOrUpdate

Этот API создает ispCustomer с указанными параметрами создания

delete
get

Возвращает сведения о ресурсе ispCustomer с помощью этого вызова get

listByResourceGroup

Этот API получает сведения обо всех ресурсах ispCustomer в данной подписке и группе ресурсов.

listBySubscription

Этот API получает сведения обо всех ресурсах ispCustomer в данной подписке.

update

Этот API обновляет существующий ресурс ispCustomer

Сведения о свойстве

createOrUpdate

Этот API создает ispCustomer с указанными параметрами создания

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

Значение свойства

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

delete

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

Значение свойства

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

get

Возвращает сведения о ресурсе ispCustomer с помощью этого вызова get

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

Значение свойства

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

listByResourceGroup

Этот API получает сведения обо всех ресурсах ispCustomer в данной подписке и группе ресурсов.

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

Значение свойства

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

listBySubscription

Этот API получает сведения обо всех ресурсах ispCustomer в данной подписке.

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

Значение свойства

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

update

Этот API обновляет существующий ресурс ispCustomer

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

Значение свойства

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