Interface UpdateSummariesOperations interface UpdateSummariesOperations { beginDelete : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdateSummariesDeleteOptionalParams ) => Promise < SimplePollerLike < OperationState < void > , void > > ) ; beginDeleteAndWait : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdateSummariesDeleteOptionalParams ) => Promise < void > ) ; delete : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdateSummariesDeleteOptionalParams ) => PollerLike < OperationState < void > , void > ) ; get : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdateSummariesGetOptionalParams ) => Promise < UpdateSummaries > ) ; list : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdateSummariesListOptionalParams ) => PagedAsyncIterableIterator < UpdateSummaries , {} , PageSettings > ) ; put : ( ( resourceGroupName : string ,
clusterName : string ,
updateLocationProperties : UpdateSummaries ,
options ?: UpdateSummariesPutOptionalParams ) => Promise < UpdateSummaries > ) ; } Properties
Interface representing a UpdateSummaries operations.