AkriServiceOperations interface

Interfejs reprezentujący operacje AkriService.

Właściwości

createOrUpdate

Create a AkriServiceResource

delete
get

Pobierz AkriServiceResource

listByInstanceResource

Lista zasobów AkriServiceResource według InstanceResource

Szczegóły właściwości

createOrUpdate

Create a AkriServiceResource

createOrUpdate: (resourceGroupName: string, instanceName: string, akriServiceName: string, resource: AkriServiceResource, options?: AkriServiceCreateOrUpdateOptionalParams) => PollerLike<OperationState<AkriServiceResource>, AkriServiceResource>

Wartość właściwości

(resourceGroupName: string, instanceName: string, akriServiceName: string, resource: AkriServiceResource, options?: AkriServiceCreateOrUpdateOptionalParams) => PollerLike<OperationState<AkriServiceResource>, AkriServiceResource>

delete

delete: (resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobierz AkriServiceResource

get: (resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceGetOptionalParams) => Promise<AkriServiceResource>

Wartość właściwości

(resourceGroupName: string, instanceName: string, akriServiceName: string, options?: AkriServiceGetOptionalParams) => Promise<AkriServiceResource>

listByInstanceResource

Lista zasobów AkriServiceResource według InstanceResource

listByInstanceResource: (resourceGroupName: string, instanceName: string, options?: AkriServiceListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<AkriServiceResource, AkriServiceResource[], PageSettings>

Wartość właściwości

(resourceGroupName: string, instanceName: string, options?: AkriServiceListByInstanceResourceOptionalParams) => PagedAsyncIterableIterator<AkriServiceResource, AkriServiceResource[], PageSettings>