Interface UpdatesOperations interface UpdatesOperations { beginDelete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesDeleteOptionalParams ) => Promise < SimplePollerLike < OperationState < void > , void > > ) ; beginDeleteAndWait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesDeleteOptionalParams ) => Promise < void > ) ; beginPost : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesPostOptionalParams ) => Promise < SimplePollerLike < OperationState < void > , void > > ) ; beginPostAndWait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesPostOptionalParams ) => Promise < void > ) ; delete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesDeleteOptionalParams ) => PollerLike < OperationState < void > , void > ) ; get : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesGetOptionalParams ) => Promise < Update > ) ; list : ( ( resourceGroupName : string ,
clusterName : string ,
options ?: UpdatesListOptionalParams ) => PagedAsyncIterableIterator < Update , {} , PageSettings > ) ; post : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesPostOptionalParams ) => PollerLike < OperationState < void > , void > ) ; put : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateProperties : Update ,
options ?: UpdatesPutOptionalParams ) => Promise < Update > ) ; } Propertiesbegin Delete And Wait begin Delete And Wait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesDeleteOptionalParams ) => Promise < void > ) begin Post And Wait begin Post And Wait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesPostOptionalParams ) => Promise < void > ) delete delete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesDeleteOptionalParams ) => PollerLike < OperationState < void > , void > ) post post : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdatesPostOptionalParams ) => PollerLike < OperationState < void > , void > )
Interface representing a Updates operations.