IspCustomersOperations interface
Interfaccia che rappresenta un'operazione IspCustomers.
Proprietà
create |
Questa API crea un ispCustomer con i parametri di creazione specificati |
delete | Questa API elimina una risorsa ispCustomer esistente |
get | Ottiene le informazioni sulla risorsa ispCustomer usando questa chiamata get |
list |
Questa API ottiene le informazioni su tutte le risorse ispCustomer nella sottoscrizione e nel gruppo di risorse specificati |
list |
Questa API ottiene informazioni su tutte le risorse ispCustomer nella sottoscrizione specificata |
update | Questa API aggiorna una risorsa ispCustomer esistente |
Dettagli proprietà
createOrUpdate
Questa API crea un ispCustomer con i parametri di creazione specificati
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>
Valore della proprietà
(resourceGroupName: string, customerResourceName: string, resource: IspCustomerResource, options?: IspCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCustomerResource>, IspCustomerResource>
delete
Questa API elimina una risorsa ispCustomer esistente
delete: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, customerResourceName: string, options?: IspCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottiene le informazioni sulla risorsa ispCustomer usando questa chiamata get
get: (resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>
Valore della proprietà
(resourceGroupName: string, customerResourceName: string, options?: IspCustomersGetOptionalParams) => Promise<IspCustomerResource>
listByResourceGroup
Questa API ottiene le informazioni su tutte le risorse ispCustomer nella sottoscrizione e nel gruppo di risorse specificati
listByResourceGroup: (resourceGroupName: string, options?: IspCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: IspCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
listBySubscription
Questa API ottiene informazioni su tutte le risorse ispCustomer nella sottoscrizione specificata
listBySubscription: (options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
Valore della proprietà
(options?: IspCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IspCustomerResource, IspCustomerResource[], PageSettings>
update
Questa API aggiorna una risorsa ispCustomer esistente
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>
Valore della proprietà
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: IspCustomersUpdateOptionalParams) => Promise<IspCustomerResource>
Azure SDK for JavaScript