共用方式為


IspCustomersOperations interface

表示 IspCustomers 作業的介面。

屬性

createOrUpdate

此 API 會使用指定的 create 參數建立 ispCustomer

delete

此 API 會刪除現有的 ispCustomer 資源

get

使用此 get 呼叫取得 ispCustomer 資源資訊

listByResourceGroup

此 API 會取得指定訂用帳戶和資源群組下所有 ispCustomer 資源的相關信息

listBySubscription

此 API 會取得指定訂用帳戶下所有 ispCustomer 資源的相關信息

update

此 API 會更新現有的 ispCustomer 資源

屬性詳細資料

createOrUpdate

此 API 會使用指定的 create 參數建立 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

此 API 會刪除現有的 ispCustomer 資源

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

屬性值

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

get

使用此 get 呼叫取得 ispCustomer 資源資訊

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>