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>
Azure SDK for JavaScript