IspCustomersOperations interface

IspCustomers-műveleteket képviselő felület.

Kellékek

createOrUpdate

Ez az API létrehoz egy ispCustomert a megadott létrehozási paraméterekkel

delete
get

Az ispCustomer erőforrás-információinak lekérése ezzel a hívással

listByResourceGroup

Ez az API lekéri az adott előfizetés és erőforráscsoport összes ispCustomer-erőforrásának adatait

listBySubscription

Ez az API információt kap az adott előfizetés összes ispCustomer-erőforrásáról

update

Ez az API frissít egy meglévő ispCustomer-erőforrást

Ingatlan részletei

createOrUpdate

Ez az API létrehoz egy ispCustomert a megadott létrehozási paraméterekkel

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

Ingatlanérték

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

delete

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

Ingatlanérték

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

get

Az ispCustomer erőforrás-információinak lekérése ezzel a hívással

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

Ingatlanérték

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

listByResourceGroup

Ez az API lekéri az adott előfizetés és erőforráscsoport összes ispCustomer-erőforrásának adatait

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

Ingatlanérték

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

listBySubscription

Ez az API információt kap az adott előfizetés összes ispCustomer-erőforrásáról

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

Ingatlanérték

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

update

Ez az API frissít egy meglévő ispCustomer-erőforrást

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

Ingatlanérték

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