你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IspCustomersOperations interface
表示 IspCustomers 操作的接口。
属性
create |
此 API 使用指定的创建参数创建 ispCustomer |
delete | 此 API 删除现有的 ispCustomer 资源 |
get | 使用此 get 调用获取 ispCustomer 资源信息 |
list |
此 API 获取给定订阅和资源组下所有 ispCustomer 资源的相关信息 |
list |
此 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
此 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>