다음을 통해 공유


IspCustomersOperations interface

IspCustomers 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

이 api는 지정된 만들기 매개 변수를 사용하여 ispCustomer를 만듭니다.

delete

이 api는 기존 ispCustomer 리소스를 삭제합니다.

get

이 get 호출을 사용하여 ispCustomer 리소스 정보를 가져옵니다.

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

이 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>